commit 018a67986de59e2ea9be32177c21f2ffebf5a519
parent 3393ded7251fb75a68cd94bb5200889c8fa17f17
Author: Felix Janda <felix.janda@posteo.de>
Date: Thu, 31 Dec 2015 15:08:56 +0100
Include fcntl.h for open()
Signed-off-by: Christoph Lohmann <20h@r-36.net>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/surf.c b/surf.c
@@ -12,6 +12,7 @@
#include <string.h>
#include <sys/types.h>
#include <sys/wait.h>
+#include <fcntl.h>
#include <unistd.h>
#include <limits.h>
#include <stdlib.h>