comparison libpurple/protocols/gg/lib/dcc.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
24 * \file dcc.c 24 * \file dcc.c
25 * 25 *
26 * \brief Obsługa połączeń bezpośrednich do wersji Gadu-Gadu 6.x 26 * \brief Obsługa połączeń bezpośrednich do wersji Gadu-Gadu 6.x
27 */ 27 */
28 28
29 #include "compat.h"
29 #include <sys/types.h> 30 #include <sys/types.h>
30 #include <sys/stat.h> 31 #include <sys/stat.h>
31 #ifndef _WIN32
32 # include <sys/ioctl.h>
33 # include <sys/socket.h>
34 # include <netinet/in.h>
35 # include <arpa/inet.h>
36 #endif
37 #ifdef sun 32 #ifdef sun
38 # include <sys/filio.h> 33 # include <sys/filio.h>
39 #endif 34 #endif
40 35
41 #include <ctype.h> 36 #include <ctype.h>