Include fcntl.h for open() - surf - Surf web browser.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 018a67986de59e2ea9be32177c21f2ffebf5a519
(DIR) parent 3393ded7251fb75a68cd94bb5200889c8fa17f17
(HTM) 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:
surf.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) 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>