diff options
Diffstat (limited to 'argp/argp-help.c')
-rw-r--r-- | argp/argp-help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/argp/argp-help.c b/argp/argp-help.c index 394a4add2f..d378faa4a5 100644 --- a/argp/argp-help.c +++ b/argp/argp-help.c @@ -55,7 +55,7 @@ char *alloca (); #ifndef _ /* This is for other GNU distributions with internationalized messages. */ -# ifdef HAVE_LIBINTL_H +# if defined HAVE_LIBINTL_H || defined _LIBC # include <libintl.h> # else # define dgettext(domain, msgid) (msgid) |