diff options
author | Felix Janda <felix.janda@posteo.de> | 2015-12-31 15:08:56 +0100 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2015-12-31 15:18:07 +0100 |
commit | 018a67986de59e2ea9be32177c21f2ffebf5a519 (patch) | |
tree | ca3244ddc835ee0b6491edeae406209e76920a6a | |
parent | 3393ded7251fb75a68cd94bb5200889c8fa17f17 (diff) | |
download | surf-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |