comparison libpurple/protocols/gg/lib/dcc.c @ 32764:ef01f180114b

Gadu-Gadu: synchronize internal libgadu with upstream. Refs #343
author tomkiewicz@cpw.pidgin.im
date Tue, 18 Oct 2011 00:55:59 +0000
parents 9c9143e32b6c
children e2ff2ac0e022
comparison
equal deleted inserted replaced
32763:326591e64aaa 32764:ef01f180114b
31 #ifndef _WIN32 31 #ifndef _WIN32
32 # include <sys/ioctl.h> 32 # include <sys/ioctl.h>
33 # include <sys/socket.h> 33 # include <sys/socket.h>
34 # include <netinet/in.h> 34 # include <netinet/in.h>
35 # include <arpa/inet.h> 35 # include <arpa/inet.h>
36 # ifdef sun 36 #endif
37 # include <sys/filio.h> 37 #ifdef sun
38 # endif 38 # include <sys/filio.h>
39 #endif 39 #endif
40 40
41 #include <ctype.h> 41 #include <ctype.h>
42 #include <errno.h> 42 #include <errno.h>
43 #include <fcntl.h> 43 #include <fcntl.h>