summaryrefslogtreecommitdiffstats
path: root/avahi-common
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2005-10-14 23:31:40 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2005-10-14 23:31:40 +0000
commit76b74d2dea0c6b44d5bf8efa4b96a7fb8de38751 (patch)
tree8e648fed00c23aa58d9be6a1cf1685a74e1d59eb /avahi-common
parent840814451a1ea656ad52aa7a1979700b18e82f5c (diff)
* missing include for freebsd
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@761 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-common')
-rw-r--r--avahi-common/address.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/avahi-common/address.c b/avahi-common/address.c
index 8c4dd38..722d528 100644
--- a/avahi-common/address.c
+++ b/avahi-common/address.c
@@ -23,6 +23,7 @@
#include <config.h>
#endif
+#include <netinet/in.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>