summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-daemon/main.h')
-rw-r--r--avahi-daemon/main.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/avahi-daemon/main.h b/avahi-daemon/main.h
index 8db60e4..0c93337 100644
--- a/avahi-daemon/main.h
+++ b/avahi-daemon/main.h
@@ -23,7 +23,10 @@
***/
#include <avahi-core/core.h>
+#include <avahi-common/simple-watch.h>
extern AvahiServer *avahi_server;
+extern AvahiSimplePoll *simple_poll_api;
+
#endif