comparison libpurple/protocols/gg/lib/dcc7.c @ 32777:e2ff2ac0e022

Gadu-Gadu: synchronize internal libgadu with upstream - second encounter. Refs #343
author tomkiewicz@cpw.pidgin.im
date Fri, 21 Oct 2011 12:48:30 +0000
parents ef01f180114b
children
comparison
equal deleted inserted replaced
32776:8c71a7e95f16 32777:e2ff2ac0e022
29 * \brief Obsługa połączeń bezpośrednich od wersji Gadu-Gadu 7.x 29 * \brief Obsługa połączeń bezpośrednich od wersji Gadu-Gadu 7.x
30 */ 30 */
31 31
32 #include <sys/types.h> 32 #include <sys/types.h>
33 #include <sys/stat.h> 33 #include <sys/stat.h>
34 #ifndef _WIN32
35 # include <sys/ioctl.h>
36 # include <sys/socket.h>
37 # include <netinet/in.h>
38 # include <arpa/inet.h>
39 #endif
40 #ifdef sun 34 #ifdef sun
41 # include <sys/filio.h> 35 # include <sys/filio.h>
42 #endif 36 #endif
43 #include <time.h> 37 #include <time.h>
44 38