summaryrefslogtreecommitdiffstats
path: root/avahi-core/iface.h
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-core/iface.h')
-rw-r--r--avahi-core/iface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/avahi-core/iface.h b/avahi-core/iface.h
index 76b3540..14d0195 100644
--- a/avahi-core/iface.h
+++ b/avahi-core/iface.h
@@ -42,6 +42,8 @@ typedef struct AvahiHwInterface AvahiHwInterface;
#ifdef HAVE_NETLINK
#include "iface-linux.h"
+#elif defined(HAVE_PF_ROUTE)
+#include "iface-pfroute.h"
#else
#error "No network configuration notification system available"
#endif