summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Janda <felix.janda@posteo.de>2017-04-14 18:38:32 -0400
committerThomas Thorne <TafThorne@GoogleMail.com>2017-08-09 08:13:52 +0100
commit4b631c85467e3b98ae34ef68dac16184605b2d91 (patch)
treeed2578baf1c53906104ffef9a556a35301ac9d83
parent0dd9f05f88281ff4309bbd4c671e112a6ce2a57a (diff)
downloaddistcc-git-4b631c85467e3b98ae34ef68dac16184605b2d91.tar.gz
zeroconf.c: include <fcntl.h> for O_RDWR,...
-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..6d1bb79 100644
--- a/src/zeroconf.c
+++ b/src/zeroconf.c
@@ -33,6 +33,7 @@
#include <unistd.h>
#include <stdlib.h>
#include <limits.h>
+#include <fcntl.h>
#include <avahi-common/domain.h>
#include <avahi-common/error.h>