Update internal.h to conditionally include asm/string.h
authorEric Andersen <andersen@codepoet.org>
Mon, 19 Jun 2000 17:30:07 +0000 (17:30 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 19 Jun 2000 17:30:07 +0000 (17:30 -0000)
 -Erik

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 */