diff options
author | Denys Vlasenko | 2011-02-08 05:35:04 +0100 |
---|---|---|
committer | Denys Vlasenko | 2011-02-08 05:35:04 +0100 |
commit | 698e8095fa8d5b5b039168205dd24698b95dc6a6 (patch) | |
tree | a25eefeb855704cd41b95f4e4c416a50e60fa229 /include/platform.h | |
parent | 66c5b12dbf85142eea257ba6047191d7c0ee43f3 (diff) | |
download | busybox-698e8095fa8d5b5b039168205dd24698b95dc6a6.zip busybox-698e8095fa8d5b5b039168205dd24698b95dc6a6.tar.gz |
use unistd.h before _POSIX_VERSION
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/platform.h')
-rw-r--r-- | include/platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/platform.h b/include/platform.h index f0b8ec1..00ebe56 100644 --- a/include/platform.h +++ b/include/platform.h @@ -362,6 +362,7 @@ typedef unsigned smalluint; #endif +#include <unistd.h> #if (defined(_POSIX_VERSION) && _POSIX_VERSION >= 200809L) || defined(__GLIBC__) # define fdprintf dprintf #endif |