commit 018a67986de59e2ea9be32177c21f2ffebf5a519
Author: Felix Janda <[email protected]>
AuthorDate: Thu Dec 31 15:08:56 2015 +0100
Commit: Christoph Lohmann <[email protected]>
CommitDate: Thu Dec 31 15:18:07 2015 +0100
Include fcntl.h for open()
Signed-off-by: Christoph Lohmann <[email protected]>
diff --git a/surf.c b/surf.c
index f2170a4..d423cf1 100644
--- 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>