libpurple/protocols/bonjour/mdns_common.h

changeset 17597
a6dcc19b180c
parent 17596
45f6190fe54a
child 19093
b2657106df0e
--- a/libpurple/protocols/bonjour/mdns_common.h	Tue Jun 05 03:38:22 2007 +0000
+++ b/libpurple/protocols/bonjour/mdns_common.h	Tue Jun 05 04:02:22 2007 +0000
@@ -19,8 +19,11 @@
 
 #include "mdns_types.h"
 
+#ifdef USE_BONJOUR_APPLE
 #include "mdns_win32.h"
+#elif defined USE_BONJOUR_HOWL
 #include "mdns_howl.h"
+#endif
 
 /**
  * Allocate space for the dns-sd data.

mercurial