Update internal.h to conditionally include asm/string.h
[oweals/busybox.git] / internal.h
index fce32c415406130b4a9247e0346e63cdd186f83e..697ce4778e7bfe36e1f724124d680e83501afdb0 100644 (file)
@@ -33,7 +33,9 @@
 #include <sys/stat.h>
 #include <sys/param.h>
 #include <mntent.h>
+#if ! defined(__GLIBC__)
 #include <asm/string.h>
+#endif
 
 
 /* Some useful definitions */