summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--avahi-client/client-test.c4
-rw-r--r--avahi-client/internal.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/avahi-client/client-test.c b/avahi-client/client-test.c
index 2a1690d..18997d5 100644
--- a/avahi-client/client-test.c
+++ b/avahi-client/client-test.c
@@ -19,6 +19,10 @@
USA.
***/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <avahi-client/client.h>
#include <avahi-common/error.h>
#include <stdio.h>
diff --git a/avahi-client/internal.h b/avahi-client/internal.h
index e1f4662..64ba919 100644
--- a/avahi-client/internal.h
+++ b/avahi-client/internal.h
@@ -22,10 +22,6 @@
USA.
***/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <dbus/dbus.h>
struct _AvahiClient