aboutsummaryrefslogtreecommitdiff
path: root/init/init.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-04-29 04:43:31 +0000
committerMike Frysinger <vapier@gentoo.org>2006-04-29 04:43:31 +0000
commit706f8f6de5d622a9094f7e694982c935675e578c (patch)
tree404c9e69b149550c497cc6b33661e9f5d5b03eb9 /init/init.c
parentf054be12de5b9121134d2f7ec790bd8853f9630c (diff)
downloadbusybox-706f8f6de5d622a9094f7e694982c935675e578c.tar.gz
just include fcntl.h not sys/fcntl.h
Diffstat (limited to 'init/init.c')
-rw-r--r--init/init.c2
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 @@
#include <termios.h>
#include <unistd.h>
#include <limits.h>
-#include <sys/fcntl.h>
+#include <fcntl.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/wait.h>