summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-02-05 13:45:44 +0000
committerLennart Poettering <lennart@poettering.net>2007-02-05 13:45:44 +0000
commitb91e3b47eaed054189c45c070002f291d7d11166 (patch)
tree750b97206d5c474b93c2a61c19f3831ec7c4ed15
parentba90acf9677e75fc16153d97f0a64e2e8aeeeba6 (diff)
add sys/types.h for openbsd compat
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1386 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--avahi-core/dns.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/avahi-core/dns.c b/avahi-core/dns.c
index 6817ebd..3a48482 100644
--- a/avahi-core/dns.c
+++ b/avahi-core/dns.c
@@ -28,6 +28,7 @@
#include <stdio.h>
#include <assert.h>
+#include <sys/types.h>
#include <netinet/in.h>
#include <avahi-common/defs.h>