summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Klimov <jim@jimklimov.com>2016-07-15 18:25:35 +0200
committerJim Klimov <jim@jimklimov.com>2016-07-15 18:25:35 +0200
commit9d058604c110806a3dba233871c378da5f3e02ef (patch)
tree53cf39c6467f72e56da05787f9c706d4d58b8277
parent0f4f481e63be341778cb20983ee7f1f9e76ff06d (diff)
downloaddistcc-git-9d058604c110806a3dba233871c378da5f3e02ef.tar.gz
Added inclusion missing header which is not magically pulled on its own
-rw-r--r--src/zeroconf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zeroconf.c b/src/zeroconf.c
index a06a235..4912e35 100644
--- a/src/zeroconf.c
+++ b/src/zeroconf.c
@@ -25,6 +25,7 @@
#include <sys/select.h>
#include <signal.h>
#include <sys/file.h>
+#include <fcntl.h>
#include <sys/time.h>
#include <time.h>
#include <sys/stat.h>