diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-02-08 05:35:04 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-02-08 05:35:04 +0100 |
commit | 698e8095fa8d5b5b039168205dd24698b95dc6a6 (patch) | |
tree | a25eefeb855704cd41b95f4e4c416a50e60fa229 /include/libbb.h | |
parent | 66c5b12dbf85142eea257ba6047191d7c0ee43f3 (diff) | |
download | busybox-w32-698e8095fa8d5b5b039168205dd24698b95dc6a6.tar.gz busybox-w32-698e8095fa8d5b5b039168205dd24698b95dc6a6.tar.bz2 busybox-w32-698e8095fa8d5b5b039168205dd24698b95dc6a6.zip |
use unistd.h before _POSIX_VERSION
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 78b390611..d390e6840 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -39,7 +39,6 @@ | |||
39 | #include <sys/wait.h> | 39 | #include <sys/wait.h> |
40 | #include <termios.h> | 40 | #include <termios.h> |
41 | #include <time.h> | 41 | #include <time.h> |
42 | #include <unistd.h> | ||
43 | #include <sys/param.h> | 42 | #include <sys/param.h> |
44 | #ifdef HAVE_MNTENT_H | 43 | #ifdef HAVE_MNTENT_H |
45 | # include <mntent.h> | 44 | # include <mntent.h> |