diff src/protocols/jabber/jabber.c @ 3664:1a6d3f3bc682

[gaim-migrate @ 3793] rob broke gaim on freebsd. BNeuman told me how to fix it. stupid includes that are order-sensitive committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 13 Oct 2002 15:05:06 +0000
parents 5e50f6746509
children 11ab2a5f6677
line wrap: on
line diff
--- a/src/protocols/jabber/jabber.c	Sun Oct 13 08:58:51 2002 +0000
+++ b/src/protocols/jabber/jabber.c	Sun Oct 13 15:05:06 2002 +0000
@@ -24,6 +24,9 @@
 #include <config.h>
 #endif
 
+#include <sys/types.h>
+/*this must happen before sys/socket.h or freebsd won't compile*/
+
 #ifndef _WIN32
 #include <netdb.h>
 #include <netinet/in.h>