]> git.meshlink.io Git - catta/commitdiff
* missing include for freebsd
authorSebastien Estienne <sebastien.estienne@gmail.com>
Fri, 14 Oct 2005 23:31:40 +0000 (23:31 +0000)
committerSebastien Estienne <sebastien.estienne@gmail.com>
Fri, 14 Oct 2005 23:31:40 +0000 (23:31 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@761 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

avahi-common/address.c

index 8c4dd38f3a1c331a8e81ca685c790cff8157e314..722d528a9c2ef435a3b86fe70966eefa3bff03a2 100644 (file)
@@ -23,6 +23,7 @@
 #include <config.h>
 #endif
 
+#include <netinet/in.h>
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <arpa/inet.h>