# HG changeset patch # User Richard Laager # Date 1135025921 0 # Node ID 17a85606bcc82a90bec00bfea9935cf900f0ecdf # Parent 1ddbfe726e434d84a47c34e6bf8d0aae817642e7 [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 diff -r 1ddbfe726e43 -r 17a85606bcc8 src/dnssrv.c --- 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 #include +#ifdef HAVE_ARPA_NAMESER_COMPAT_H #include +#endif #ifndef T_SRV #define T_SRV 33 #endif