just include fcntl.h not sys/fcntl.h
authorMike Frysinger <vapier@gentoo.org>
Sat, 29 Apr 2006 04:43:31 +0000 (04:43 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 29 Apr 2006 04:43:31 +0000 (04:43 -0000)
init/init.c

index 575ab9775d60e954b8c9fae9107c8d5a4c6931f9..22fb33dfd8d3a5b8d07215d072a69f97dfa3079e 100644 (file)
@@ -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>