Mercurial > pidgin
comparison libpurple/protocols/gg/lib/common.c @ 32302: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 | 03a55a2997d1 |
children | e2ff2ac0e022 |
comparison
equal
deleted
inserted
replaced
32301:326591e64aaa | 32302:ef01f180114b |
---|---|
28 # include <sys/types.h> | 28 # include <sys/types.h> |
29 # include <sys/ioctl.h> | 29 # include <sys/ioctl.h> |
30 # include <sys/socket.h> | 30 # include <sys/socket.h> |
31 # include <netinet/in.h> | 31 # include <netinet/in.h> |
32 # include <arpa/inet.h> | 32 # include <arpa/inet.h> |
33 # ifdef sun | 33 #endif |
34 # include <sys/filio.h> | 34 #ifdef sun |
35 # endif | 35 # include <sys/filio.h> |
36 #endif | 36 #endif |
37 | 37 |
38 #include <errno.h> | 38 #include <errno.h> |
39 #include <fcntl.h> | 39 #include <fcntl.h> |
40 #ifndef _WIN32 | 40 #ifndef _WIN32 |