aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/getopt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib-src/getopt.c b/lib-src/getopt.c
index 3e7928a8385..c75627f84ba 100644
--- a/lib-src/getopt.c
+++ b/lib-src/getopt.c
@@ -75,12 +75,14 @@
75# endif 75# endif
76#endif 76#endif
77 77
78#if 0
78#ifdef _LIBC 79#ifdef _LIBC
79# include <libintl.h> 80# include <libintl.h>
80#else 81#else
81/* This is for other GNU distributions with internationalized messages. */ 82/* This is for other GNU distributions with internationalized messages. */
82# include "gettext.h" 83# include "gettext.h"
83#endif 84#endif
85#endif
84#define _(msgid) gettext (msgid) 86#define _(msgid) gettext (msgid)
85 87
86#if defined _LIBC && defined USE_IN_LIBIO 88#if defined _LIBC && defined USE_IN_LIBIO