From: Matthias Schiffer Date: Mon, 29 May 2017 21:39:53 +0000 (+0200) Subject: rcS: add missing fcntl.h include X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=992b796204caf5b0290ea4a1246b43b353b6c1d7;p=oweals%2Fprocd.git rcS: add missing fcntl.h include Fixes: d42b21ed9305 "procd/rcS: Use /dev/null as stdin" Signed-off-by: Matthias Schiffer --- diff --git a/rcS.c b/rcS.c index 913fc9a..4ecf0c1 100644 --- a/rcS.c +++ b/rcS.c @@ -24,6 +24,7 @@ #include #include +#include #include #include