From 992b796204caf5b0290ea4a1246b43b353b6c1d7 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer <mschiffer@universe-factory.net> Date: Mon, 29 May 2017 23:39:53 +0200 Subject: [PATCH] rcS: add missing fcntl.h include Fixes: d42b21ed9305 "procd/rcS: Use /dev/null as stdin" Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> --- rcS.c | 1 + 1 file changed, 1 insertion(+) diff --git a/rcS.c b/rcS.c index 913fc9a..4ecf0c1 100644 --- 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> -- 2.25.1