summaryrefslogtreecommitdiffstats
path: root/avahi-common
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-09-06 17:01:24 +0000
committerLennart Poettering <lennart@poettering.net>2007-09-06 17:01:24 +0000
commit202d8c80ee7f32e088046917405b88114a2bb9e8 (patch)
tree1ef150d42161dd428d15128b53c16fdfa08c1830 /avahi-common
parent8f106ca9eb014411a4276dd0ab87efce8921e332 (diff)
add more missing config.h inclusions
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1535 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-common')
-rw-r--r--avahi-common/dbus-watch-glue.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/avahi-common/dbus-watch-glue.c b/avahi-common/dbus-watch-glue.c
index 6ad1fac..35e2b45 100644
--- a/avahi-common/dbus-watch-glue.c
+++ b/avahi-common/dbus-watch-glue.c
@@ -19,6 +19,10 @@
USA.
***/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <assert.h>
#include <stdio.h>