diff options
author | Max Kellermann <max@duempel.org> | 2013-01-09 08:07:26 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-09 08:07:26 +0100 |
commit | 045993001c2d9fc075bff122e14d5afd779e8069 (patch) | |
tree | 614fbf9275f404d13ecb5c7b5620ded07a65e5ce /src | |
parent | affc446690d8dbda9e28cfcc2823b7dfc258ebba (diff) | |
download | mpd-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.
Diffstat (limited to 'src')
-rw-r--r-- | src/zeroconf-bonjour.c | 2 |
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> |