diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-06-19 17:30:07 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-06-19 17:30:07 +0000 |
commit | 101150a2f03fb8195bc1d294f7b91abf9d4995a8 (patch) | |
tree | d1f7b0142fcdd82a21529ccca482de3267da54b6 | |
parent | 294b93b36ebfb535087341cf80f836c901834b7b (diff) | |
download | busybox-w32-101150a2f03fb8195bc1d294f7b91abf9d4995a8.tar.gz busybox-w32-101150a2f03fb8195bc1d294f7b91abf9d4995a8.tar.bz2 busybox-w32-101150a2f03fb8195bc1d294f7b91abf9d4995a8.zip |
Update internal.h to conditionally include asm/string.h
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@661 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 */ |