diff options
Diffstat (limited to '')
-rw-r--r-- | src/zeroconf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zeroconf.c b/src/zeroconf.c index 7224f9688..539f482c7 100644 --- a/src/zeroconf.c +++ b/src/zeroconf.c @@ -40,8 +40,10 @@ static int zeroconfEnabled; +#ifdef HAVE_ZEROCONF static struct ioOps zeroConfIo = { }; +#endif #ifdef HAVE_BONJOUR #include <dns_sd.h> |