diff options
Diffstat (limited to 'internal.h')
-rw-r--r-- | internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ #include <sys/stat.h> #include <sys/param.h> #include <mntent.h> -#if ! defined(__GLIBC__) +#if ! defined(__GLIBC__) && ! defined (__UCLIBC__) #include <asm/string.h> #endif |