rcS: add missing fcntl.h include
[project/procd.git] / rcS.c
diff --git a/rcS.c b/rcS.c
index 913fc9a5f5b243702f692040df0c9239ef19169d..4ecf0c10d7da1392c905717c2f15906ea6f5fe6e 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>