Update internal.h to conditionally include asm/string.h
[oweals/busybox.git] / internal.h
index e25c14460bb34bcb06e2a10ba117c72ebc74a90a..697ce4778e7bfe36e1f724124d680e83501afdb0 100644 (file)
@@ -33,6 +33,9 @@
 #include <sys/stat.h>
 #include <sys/param.h>
 #include <mntent.h>
+#if ! defined(__GLIBC__)
+#include <asm/string.h>
+#endif
 
 
 /* Some useful definitions */
@@ -289,7 +292,7 @@ int nfsmount(const char *spec, const char *node, unsigned long *flags,
 #endif
 
 #ifndef RB_POWER_OFF
-/* Stop system and switch power off if possable.  */
+/* Stop system and switch power off if possible.  */
 #define RB_POWER_OFF   0x4321fedc
 #endif