zeroconf-bonjour: include Listen.hxx instead of listen.h

Should fix the OS X build.
This commit is contained in:
Max Kellermann 2013-01-09 08:07:26 +01:00
parent affc446690
commit 045993001c
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
#include "config.h"
#include "zeroconf-internal.h"
#include "listen.h"
#include "Listen.hxx"
#include <glib.h>