rcS: add missing fcntl.h include
[project/procd.git] / rcS.c
diff --git a/rcS.c b/rcS.c
index 913fc9a..4ecf0c1 100644 (file)
--- a/rcS.c
+++ b/rcS.c
@@ -24,6 +24,7 @@
 
 #include <sys/types.h>
 #include <sys/stat.h>
+#include <fcntl.h>
 #include <glob.h>
 
 #include <libubox/ustream.h>