changeset 12568:17a85606bcc8

[gaim-migrate @ 14887] Various changes as per SF #1384517. This should get us closer to working out of the box on IRIX, hopefully without breaking anything else. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 19 Dec 2005 20:58:41 +0000
parents 1ddbfe726e43
children 853e85b6d98c
files src/dnssrv.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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