diff options
Diffstat (limited to 'locale/programs/xstrdup.c')
-rw-r--r-- | locale/programs/xstrdup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/programs/xstrdup.c b/locale/programs/xstrdup.c index 3947dd19ce..6510f960ae 100644 --- a/locale/programs/xstrdup.c +++ b/locale/programs/xstrdup.c @@ -21,7 +21,7 @@ # include <config.h> #endif -#if defined STDC_HEADERS || defined HAVE_STRING_H || __LIBC +#if defined STDC_HEADERS || defined HAVE_STRING_H || _LIBC # include <string.h> #else # include <strings.h> |