summaryrefslogtreecommitdiffstats
path: root/avahi-core/socket.c
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2006-05-02 15:10:31 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2006-05-02 15:10:31 +0000
commitd0a63590d4730eb0af3ec6027818cb62d50ea657 (patch)
treed8d6ffcee0522b8c7e5910e168b033d8a6dca5b1 /avahi-core/socket.c
parent1a944fb979cf994bdf3b669248f8508394c1697b (diff)
Patch from Padraig O'Briain <Padraig.Obriain@sun.com> to build avahi on Solaris
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1206 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-core/socket.c')
-rw-r--r--avahi-core/socket.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/avahi-core/socket.c b/avahi-core/socket.c
index 0eb0374..bd72934 100644
--- a/avahi-core/socket.c
+++ b/avahi-core/socket.c
@@ -31,6 +31,9 @@
#include <fcntl.h>
#include <sys/time.h>
#include <sys/ioctl.h>
+#ifdef HAVE_SYS_FILIO_H
+#include <sys/filio.h>
+#endif
#include <assert.h>
#include <sys/types.h>