Mercurial > pidgin.yaz
diff src/proxy.h @ 3630:9682c0e022c6
[gaim-migrate @ 3753]
Yeah this will probably break a lot of shit knowing my luck. But hey, I really don't care what people thnk.
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Fri, 11 Oct 2002 03:14:01 +0000 |
| parents | 5473c8c5378d |
| children | 1a6d3f3bc682 |
line wrap: on
line diff
--- a/src/proxy.h Fri Oct 11 02:10:08 2002 +0000 +++ b/src/proxy.h Fri Oct 11 03:14:01 2002 +0000 @@ -26,10 +26,15 @@ #ifndef _PROXY_H_ #define _PROXY_H_ -#include <sys/types.h> +#ifndef _WIN32 #include <sys/socket.h> #include <netdb.h> #include <netinet/in.h> +#else +#include <winsock.h> +#endif + +#include <sys/types.h> #include <glib.h> #define PROXY_NONE 0
