comparison libpurple/protocols/gg/lib/events.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
26 * 26 *
27 * \brief Obsługa zdarzeń 27 * \brief Obsługa zdarzeń
28 */ 28 */
29 29
30 #include <sys/types.h> 30 #include <sys/types.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 #include <ctype.h> 31 #include <ctype.h>
38 32
39 #include "compat.h" 33 #include "compat.h"
40 #include "libgadu.h" 34 #include "libgadu.h"
41 #include "protocol.h" 35 #include "protocol.h"