diff options
Diffstat (limited to 'libc/misc/gnu/obstack.c')
-rw-r--r-- | libc/misc/gnu/obstack.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/misc/gnu/obstack.c b/libc/misc/gnu/obstack.c index a3f7f3f45..0db0ad350 100644 --- a/libc/misc/gnu/obstack.c +++ b/libc/misc/gnu/obstack.c @@ -463,7 +463,8 @@ _obstack_memory_used (h) /* Define the error handler. */ # ifndef _ -# if (HAVE_LIBINTL_H && ENABLE_NLS) || defined _LIBC +/* # if (HAVE_LIBINTL_H && ENABLE_NLS) || defined _LIBC */ +# ifdef __UCLIBC_HAS_GETTEXT_AWARENESS__ # include <libintl.h> # ifndef _ # define _(Str) __dcgettext (NULL, Str, LC_MESSAGES) |