aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-09 08:07:26 +0100
committerMax Kellermann <max@duempel.org>2013-01-09 08:07:26 +0100
commit045993001c2d9fc075bff122e14d5afd779e8069 (patch)
tree614fbf9275f404d13ecb5c7b5620ded07a65e5ce
parentaffc446690d8dbda9e28cfcc2823b7dfc258ebba (diff)
downloadmpd-045993001c2d9fc075bff122e14d5afd779e8069.tar.gz
mpd-045993001c2d9fc075bff122e14d5afd779e8069.tar.xz
mpd-045993001c2d9fc075bff122e14d5afd779e8069.zip
zeroconf-bonjour: include Listen.hxx instead of listen.h
Should fix the OS X build.
-rw-r--r--src/zeroconf-bonjour.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zeroconf-bonjour.c b/src/zeroconf-bonjour.c
index 0f216aade..f3776ca29 100644
--- a/src/zeroconf-bonjour.c
+++ b/src/zeroconf-bonjour.c
@@ -19,7 +19,7 @@
#include "config.h"
#include "zeroconf-internal.h"
-#include "listen.h"
+#include "Listen.hxx"
#include <glib.h>