Patch from Jason Schoon to add optional SIGUSR1 support to dd.
[oweals/busybox.git] / 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>