aboutsummaryrefslogtreecommitdiff
path: root/src/zeroconf.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-08 21:37:02 +0100
committerMax Kellermann <max@duempel.org>2009-01-08 21:37:02 +0100
commit5e93d3682faf450fb7dc34b1a5c458b87d8bf5d9 (patch)
treeb3cee7d8c4df5a0e3e99975eb4c38af8a9a8b940 /src/zeroconf.c
parent1c2f24dfc694d20baca35269aa251ee131f08864 (diff)
added missing explicit config.h includes
Diffstat (limited to 'src/zeroconf.c')
-rw-r--r--src/zeroconf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zeroconf.c b/src/zeroconf.c
index f84eb960..dd9790ae 100644
--- a/src/zeroconf.c
+++ b/src/zeroconf.c
@@ -19,6 +19,7 @@
#include "zeroconf.h"
#include "zeroconf-internal.h"
#include "conf.h"
+#include "config.h"
#include <glib.h>