comparison libpurple/protocols/gg/lib/common.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 c94e2bfae121
comparison
equal deleted inserted replaced
32776:8c71a7e95f16 32777:e2ff2ac0e022
22 /** 22 /**
23 * \file common.c 23 * \file common.c
24 * 24 *
25 * \brief Funkcje wykorzystywane przez różne moduły biblioteki 25 * \brief Funkcje wykorzystywane przez różne moduły biblioteki
26 */ 26 */
27 #ifndef _WIN32 27 #include "compat.h"
28 # include <sys/types.h> 28 #include <sys/types.h>
29 # include <sys/ioctl.h>
30 # include <sys/socket.h>
31 # include <netinet/in.h>
32 # include <arpa/inet.h>
33 #endif
34 #ifdef sun 29 #ifdef sun
35 # include <sys/filio.h> 30 # include <sys/filio.h>
36 #endif 31 #endif
37 32
38 #include <errno.h> 33 #include <errno.h>