]> git.meshlink.io Git - catta/commitdiff
FreeBSD portability fixes contributed by marcus
authorLennart Poettering <lennart@poettering.net>
Tue, 10 Jul 2007 22:39:30 +0000 (22:39 +0000)
committerLennart Poettering <lennart@poettering.net>
Tue, 10 Jul 2007 22:39:30 +0000 (22:39 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1494 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

avahi-core/fdutil.c
avahi-ui/avahi-ui.c

index de7b0cfad55b0a3c94eb7d4b9e7b80912e1f7e3a..e35016d2740b37ec865a3c57cee605b5780dd732 100644 (file)
@@ -23,6 +23,7 @@
 #include <config.h>
 #endif
 
+#include <sys/select.h>
 #include <unistd.h>
 #include <fcntl.h>
 #include <assert.h>
index a91b05b84f3e12615216f6eb6ca11c1d9bd5c05e..402ae9ddd596a9c63164381692c34aac93133e3f 100644 (file)
@@ -23,6 +23,8 @@
 #include <config.h>
 #endif
 
+#include <sys/types.h>
+#include <sys/socket.h>
 #include <string.h>
 #include <stdarg.h>
 #include <net/if.h>