From 706f8f6de5d622a9094f7e694982c935675e578c Mon Sep 17 00:00:00 2001
From: Mike Frysinger <vapier@gentoo.org>
Date: Sat, 29 Apr 2006 04:43:31 +0000
Subject: just include fcntl.h not sys/fcntl.h

---
 init/init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'init')

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>
-- 
cgit v1.2.3