# HG changeset patch # User Stu Tomlinson # Date 1130691760 0 # Node ID 8d019c4bf4542d8a3bfdfeaaef8c33c549f738d5 # Parent a1aa681f14481d7a04b3600e2da0dfff849180ca [gaim-migrate @ 14189] I think this might fix the FreeBSD compile issues reported on gaim-devel committer: Tailor Script diff -r a1aa681f1448 -r 8d019c4bf454 src/dnssrv.c --- a/src/dnssrv.c Sun Oct 30 16:59:25 2005 +0000 +++ b/src/dnssrv.c Sun Oct 30 17:02:40 2005 +0000 @@ -19,17 +19,17 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include + +#include "internal.h" + #ifndef _WIN32 #include -#include #include #include #ifndef T_SRV #define T_SRV 33 #endif #else -#include "win32dep.h" #include /* Missing from the mingw headers */ #ifndef DNS_TYPE_SRV @@ -38,9 +38,6 @@ #endif #include "dnssrv.h" -#include -#include -#include #include "eventloop.h" #include "debug.h" diff -r a1aa681f1448 -r 8d019c4bf454 src/stun.c --- a/src/stun.c Sun Oct 30 16:59:25 2005 +0000 +++ b/src/stun.c Sun Oct 30 17:02:40 2005 +0000 @@ -26,15 +26,13 @@ * */ +#include "internal.h" + #ifndef _WIN32 #include #include -#else -#include "libc_interface.h" #endif -#include "internal.h" - #include "debug.h" #include "account.h" #include "dnssrv.h"