[fix] - compilation with visual studio
authorMemphiz <memphis@machzwo.de>
Wed, 17 Apr 2013 11:16:56 +0000 (13:16 +0200)
committerMemphiz <memphis@machzwo.de>
Wed, 17 Apr 2013 11:16:56 +0000 (13:16 +0200)
src/lib/dnssd.c

index ebdf1926b9bc6c287bba7d08472cd7b0ecf19621..813796262f944d812c9dba887c6f284a0d919540 100644 (file)
@@ -17,7 +17,9 @@
 #include <stdio.h>
 #include <assert.h>
 
+#ifdef HAVE_CONFIG_H
 #include "config.h"
+#endif
 
 #include "dnssd.h"
 #include "dnssdint.h"