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 de7b0cf..e35016d 100644 (file)
@@ -23,6 +23,7 @@
 #include <config.h>
 #endif
 
+#include <sys/select.h>
 #include <unistd.h>
 #include <fcntl.h>
 #include <assert.h>
index a91b05b..402ae9d 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>