summaryrefslogtreecommitdiffstats
path: root/avahi-core/socket.c
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2005-10-31 13:00:37 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2005-10-31 13:00:37 +0000
commit7aa497b127f2939317c42fccf533f873f525597d (patch)
tree3be24e10174ac1efab132817ee8b49701e93c8de /avahi-core/socket.c
parent5dcd0f6ff8458786206bace673263bcc04b53edf (diff)
* small fix in the #includes
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@909 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-core/socket.c')
-rw-r--r--avahi-core/socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-core/socket.c b/avahi-core/socket.c
index a73bee8..c03cc34 100644
--- a/avahi-core/socket.c
+++ b/avahi-core/socket.c
@@ -30,7 +30,6 @@
#include <unistd.h>
#include <fcntl.h>
#include <sys/time.h>
-#include <net/if.h>
#include <sys/ioctl.h>
#include <assert.h>
@@ -38,6 +37,7 @@
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
+#include <net/if.h>
#include <sys/uio.h>
#ifdef IP_RECVIF