From 202d8c80ee7f32e088046917405b88114a2bb9e8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 6 Sep 2007 17:01:24 +0000 Subject: add more missing config.h inclusions git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1535 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-common/dbus-watch-glue.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'avahi-common') 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 +#endif + #include #include -- cgit