summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicm <nicm>2014-04-29 22:31:22 +0000
committernicm <nicm>2014-04-29 22:31:22 +0000
commit5b2c8156d528f284c63bc0a698805e4461431257 (patch)
treefe83c4455d5ccdf2e14cf79d29976607fa9fde95
parent40cb4cb086210916bf5b6140d6f78049073863e6 (diff)
fcntl.h is still needed here.
-rw-r--r--client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/client.c b/client.c
index 70c1a007..ec63fc07 100644
--- a/client.c
+++ b/client.c
@@ -25,6 +25,7 @@
#include <errno.h>
#include <event.h>
+#include <fcntl.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>