comparison libpurple/protocols/gg/lib/handlers.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 # include <sys/socket.h> 31 # include <sys/socket.h>
32 # include <netinet/in.h> 32 # include <netinet/in.h>
33 # include <arpa/inet.h> 33 # include <arpa/inet.h>
34 #endif 34 #endif
35 #include <ctype.h> 35 #include <ctype.h>
36 #ifndef _WIN32 36 #ifdef sun
37 # ifdef sun 37 # include <sys/filio.h>
38 # include <sys/filio.h>
39 # endif
40 #endif 38 #endif
41 39
42 #include "compat.h" 40 #include "compat.h"
43 #include "libgadu.h" 41 #include "libgadu.h"
44 #include "libgadu-config.h"
45 #include "resolver.h" 42 #include "resolver.h"
46 #include "session.h" 43 #include "session.h"
47 #include "protocol.h" 44 #include "protocol.h"
48 #include "encoding.h" 45 #include "encoding.h"
49 #include "message.h" 46 #include "message.h"