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

From: <git_AT_suckless.org>
Date: Thu, 31 Dec 2015 15:18:25 +0100 (CET)

commit 018a67986de59e2ea9be32177c21f2ffebf5a519
Author: Felix Janda <felix.janda_AT_posteo.de>
AuthorDate: Thu Dec 31 15:08:56 2015 +0100
Commit: Christoph Lohmann <20h_AT_r-36.net>
CommitDate: Thu Dec 31 15:18:07 2015 +0100

    Include fcntl.h for open()
    
    Signed-off-by: Christoph Lohmann <20h_AT_r-36.net>

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>
Received on Thu Dec 31 2015 - 15:18:25 CET

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