summaryrefslogtreecommitdiffstats
path: root/src/fastd.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-11-01 15:11:25 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-11-01 15:11:25 +0100
commit86df5dbefec807234e9a458da00acbbd2e0e6649 (patch)
tree361b618a4f387b798a63193ecf1c86755ff901c6 /src/fastd.h
parent42e44a0b5c85b890810e398f86b7ec3a06a02d12 (diff)
downloadfastd-86df5dbefec807234e9a458da00acbbd2e0e6649.tar
fastd-86df5dbefec807234e9a458da00acbbd2e0e6649.zip
Move unistd.h include to fastd.h
Diffstat (limited to 'src/fastd.h')
-rw-r--r--src/fastd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fastd.h b/src/fastd.h
index 9f84ae7..e4f7924 100644
--- a/src/fastd.h
+++ b/src/fastd.h
@@ -44,6 +44,7 @@
#include <sys/uio.h>
#include <sys/socket.h>
#include <time.h>
+#include <unistd.h>
#define FASTD_VERSION "0.5"