aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal.h b/internal.h
index 4a132abf1..50bb17a10 100644
--- a/internal.h
+++ b/internal.h
@@ -33,7 +33,7 @@
33#include <sys/stat.h> 33#include <sys/stat.h>
34#include <sys/param.h> 34#include <sys/param.h>
35#include <mntent.h> 35#include <mntent.h>
36#if ! defined(__GLIBC__) 36#if ! defined(__GLIBC__) && ! defined (__UCLIBC__)
37#include <asm/string.h> 37#include <asm/string.h>
38#endif 38#endif
39 39