comparison libpurple/protocols/gg/lib/handlers.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
25 * 25 *
26 * \brief Funkcje obsługi przychodzących pakietów 26 * \brief Funkcje obsługi przychodzących pakietów
27 */ 27 */
28 28
29 #include <sys/types.h> 29 #include <sys/types.h>
30 #ifndef _WIN32
31 # include <sys/socket.h>
32 # include <netinet/in.h>
33 # include <arpa/inet.h>
34 #endif
35 #include <ctype.h> 30 #include <ctype.h>
36 #ifdef sun 31 #ifdef sun
37 # include <sys/filio.h> 32 # include <sys/filio.h>
38 #endif 33 #endif
39 34
46 #include "message.h" 41 #include "message.h"
47 #include "libgadu-internal.h" 42 #include "libgadu-internal.h"
48 #include "deflate.h" 43 #include "deflate.h"
49 44
50 #include <errno.h> 45 #include <errno.h>
51 #ifndef _WIN32
52 # include <netdb.h>
53 #endif
54 #include <stdarg.h> 46 #include <stdarg.h>
55 #include <stdio.h> 47 #include <stdio.h>
56 #include <stdlib.h> 48 #include <stdlib.h>
57 #include <string.h> 49 #include <string.h>
58 #include <signal.h> 50 #include <signal.h>