diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-06-19 17:30:07 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-06-19 17:30:07 +0000 |
commit | be5023a84ddcf830148448456f40c0569c4d60d3 (patch) | |
tree | d1f7b0142fcdd82a21529ccca482de3267da54b6 | |
parent | b610615be9aedfac07d1e01f12575707fa3a227c (diff) | |
download | busybox-w32-be5023a84ddcf830148448456f40c0569c4d60d3.tar.gz busybox-w32-be5023a84ddcf830148448456f40c0569c4d60d3.tar.bz2 busybox-w32-be5023a84ddcf830148448456f40c0569c4d60d3.zip |
Update internal.h to conditionally include asm/string.h
-Erik
-rw-r--r-- | internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal.h b/internal.h index fce32c415..697ce4778 100644 --- a/internal.h +++ b/internal.h | |||
@@ -33,7 +33,9 @@ | |||
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 | #include <asm/string.h> | 37 | #include <asm/string.h> |
38 | #endif | ||
37 | 39 | ||
38 | 40 | ||
39 | /* Some useful definitions */ | 41 | /* Some useful definitions */ |