[hackers] [surf] Include fcntl.h for open()

From: Felix Janda <felix.janda_AT_posteo.de>
Date: Thu, 31 Dec 2015 15:08:56 +0100

---
 surf.c | 1 +
 1 file changed, 1 insertion(+)
diff --git a/surf.c b/surf.c
index f2170a4..d423cf1 100644
--- a/surf.c
+++ b/surf.c
_AT_@ -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>
-- 
2.4.10
Received on Thu Dec 31 2015 - 15:08:56 CET

This archive was generated by hypermail 2.3.0 : Thu Dec 31 2015 - 15:12:12 CET