comparison src/proxy.c @ 4447:1f9cd40abb4a

[gaim-migrate @ 4722] compiling on freebsd is a good thing committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 28 Jan 2003 15:05:57 +0000
parents 6b83a532eeb2
children 2afc0f845e74
comparison
equal deleted inserted replaced
4446:0acbf78f272f 4447:1f9cd40abb4a
28 #endif 28 #endif
29 #include <stdio.h> 29 #include <stdio.h>
30 #include <stdlib.h> 30 #include <stdlib.h>
31 #include <string.h> 31 #include <string.h>
32 #include <sys/types.h> 32 #include <sys/types.h>
33 #include <sys/time.h>
33 34
34 #ifndef _WIN32 35 #ifndef _WIN32
35 #include <sys/socket.h> 36 #include <sys/socket.h>
36 #include <netdb.h> 37 #include <netdb.h>
37 #include <netinet/in.h> 38 #include <netinet/in.h>