diff options
author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-04-29 04:43:31 +0000 |
---|---|---|
committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-04-29 04:43:31 +0000 |
commit | 7c7a9d02a0e8578d51ed10da6973dabacb1e6305 (patch) | |
tree | 404c9e69b149550c497cc6b33661e9f5d5b03eb9 /init/init.c | |
parent | b396a4df03471f7731e2f7b681bbe103a7b702f1 (diff) | |
download | busybox-w32-7c7a9d02a0e8578d51ed10da6973dabacb1e6305.tar.gz busybox-w32-7c7a9d02a0e8578d51ed10da6973dabacb1e6305.tar.bz2 busybox-w32-7c7a9d02a0e8578d51ed10da6973dabacb1e6305.zip |
just include fcntl.h not sys/fcntl.h
git-svn-id: svn://busybox.net/trunk/busybox@14962 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r-- | init/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c index 575ab9775..22fb33dfd 100644 --- a/init/init.c +++ b/init/init.c | |||
@@ -24,7 +24,7 @@ | |||
24 | #include <termios.h> | 24 | #include <termios.h> |
25 | #include <unistd.h> | 25 | #include <unistd.h> |
26 | #include <limits.h> | 26 | #include <limits.h> |
27 | #include <sys/fcntl.h> | 27 | #include <fcntl.h> |
28 | #include <sys/ioctl.h> | 28 | #include <sys/ioctl.h> |
29 | #include <sys/types.h> | 29 | #include <sys/types.h> |
30 | #include <sys/wait.h> | 30 | #include <sys/wait.h> |