src/dnssrv.c

changeset 12568
717c7d5cbb77
parent 12451
d9feea46dac4
child 12686
ec3e7c4ff045
--- a/src/dnssrv.c	Mon Dec 19 20:07:31 2005 +0000
+++ b/src/dnssrv.c	Mon Dec 19 20:58:41 2005 +0000
@@ -25,7 +25,9 @@
 #ifndef _WIN32
 #include <resolv.h>
 #include <arpa/nameser.h>
+#ifdef HAVE_ARPA_NAMESER_COMPAT_H
 #include <arpa/nameser_compat.h>
+#endif
 #ifndef T_SRV
 #define T_SRV	33
 #endif

mercurial