summaryrefslogtreecommitdiffstats
path: root/avahi-core/netlink.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-10-11 19:52:38 +0000
committerLennart Poettering <lennart@poettering.net>2005-10-11 19:52:38 +0000
commita3f8ceb929420a0be2b2c8341382fdfe0a50b859 (patch)
tree525f8ab22785f9f9d63d4ca3b3109a0a38d4c577 /avahi-core/netlink.h
parentbea0b5e859395d0f0eeffec2bdd0361740bdb863 (diff)
Split off linux specific parts of iface.[ch] into iface-linux.[ch]. This should
ease porting to other platforms. Sebest, Lathiat this is for you! It Should simplify your porting work to *BSD/MacOSX/Solaris. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@726 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-core/netlink.h')
-rw-r--r--avahi-core/netlink.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/avahi-core/netlink.h b/avahi-core/netlink.h
index 78f92d8..46d8e0b 100644
--- a/avahi-core/netlink.h
+++ b/avahi-core/netlink.h
@@ -25,6 +25,7 @@
#include <sys/socket.h>
#include <asm/types.h>
#include <linux/netlink.h>
+#include <linux/rtnetlink.h>
#include <avahi-common/watch.h>