comparison 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
comparison
equal deleted inserted replaced
3663:de747789934f 3664:1a6d3f3bc682
21 * 21 *
22 */ 22 */
23 #ifdef HAVE_CONFIG_H 23 #ifdef HAVE_CONFIG_H
24 #include <config.h> 24 #include <config.h>
25 #endif 25 #endif
26
27 #include <sys/types.h>
28 /*this must happen before sys/socket.h or freebsd won't compile*/
26 29
27 #ifndef _WIN32 30 #ifndef _WIN32
28 #include <netdb.h> 31 #include <netdb.h>
29 #include <netinet/in.h> 32 #include <netinet/in.h>
30 #include <arpa/inet.h> 33 #include <arpa/inet.h>