diff src/proxy.h @ 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 9682c0e022c6
children 22875a399312
line wrap: on
line diff
--- a/src/proxy.h	Sun Oct 13 08:58:51 2002 +0000
+++ b/src/proxy.h	Sun Oct 13 15:05:06 2002 +0000
@@ -26,6 +26,9 @@
 #ifndef _PROXY_H_
 #define _PROXY_H_
 
+#include <sys/types.h>
+/*this must happen before sys/socket.h or freebsd won't compile*/
+
 #ifndef _WIN32
 #include <sys/socket.h>
 #include <netdb.h>
@@ -34,7 +37,6 @@
 #include <winsock.h>
 #endif
 
-#include <sys/types.h>
 #include <glib.h>
 
 #define PROXY_NONE 0