summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Janda <felix.janda@posteo.de>2015-12-31 15:08:56 +0100
committerChristoph Lohmann <20h@r-36.net>2015-12-31 15:18:07 +0100
commit018a67986de59e2ea9be32177c21f2ffebf5a519 (patch)
treeca3244ddc835ee0b6491edeae406209e76920a6a
parent3393ded7251fb75a68cd94bb5200889c8fa17f17 (diff)
downloadsurf-018a67986de59e2ea9be32177c21f2ffebf5a519.tar.gz
surf-018a67986de59e2ea9be32177c21f2ffebf5a519.tar.bz2
surf-018a67986de59e2ea9be32177c21f2ffebf5a519.zip
Include fcntl.h for open()
Signed-off-by: Christoph Lohmann <20h@r-36.net>
-rw-r--r--surf.c1
1 files changed, 1 insertions, 0 deletions
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>