comparison: libpurple/protocols/gg/lib/common.c
libpurple/protocols/gg/lib/common.c
- changeset 32720
- 1f826a1f37ba
- parent 32688
- 9e137d441acd
- child 33710
- 0d7ead568881
equal
deleted
inserted
replaced
| 30 # include <sys/filio.h> |
30 # include <sys/filio.h> |
| 31 #endif |
31 #endif |
| 32 |
32 |
| 33 #include <errno.h> |
33 #include <errno.h> |
| 34 #include <fcntl.h> |
34 #include <fcntl.h> |
| 35 #ifndef _WIN32 |
|
| 36 # include <netdb.h> |
|
| 37 #endif |
|
| 38 #include <stdarg.h> |
35 #include <stdarg.h> |
| 39 #include <stdio.h> |
36 #include <stdio.h> |
| 40 #include <stdlib.h> |
37 #include <stdlib.h> |
| 41 #include <string.h> |
38 #include <string.h> |
| 42 #include <unistd.h> |
39 #include <unistd.h> |