diff options
author | Eric Andersen | 2000-06-28 20:11:28 +0000 |
---|---|---|
committer | Eric Andersen | 2000-06-28 20:11:28 +0000 |
commit | a44790f53919f0d129c78b8a288e5f5cac331c66 (patch) | |
tree | 8baa3cf3a7a6f6f6f6323403b24d772d9fb96c3a /internal.h | |
parent | a2db097d662e5d739b5a0748208dc76055260061 (diff) | |
download | busybox-a44790f53919f0d129c78b8a288e5f5cac331c66.zip busybox-a44790f53919f0d129c78b8a288e5f5cac331c66.tar.gz |
Better cross libc support.
-Erik
Diffstat (limited to 'internal.h')
-rw-r--r-- | internal.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -34,9 +34,6 @@ #include <sys/stat.h> #include <sys/param.h> #include <mntent.h> -#if ! defined(__GLIBC__) && ! defined (__UCLIBC__) -#include <asm/string.h> -#endif /* Some useful definitions */ |