comparison: libgaim/network.c
libgaim/network.c
- changeset 14864
- a1cbdeffee69
- parent 14862
- 3332004123df
- child 14877
- 084d14fe0445
equal
deleted
inserted
replaced
| 24 */ |
24 */ |
| 25 |
25 |
| 26 #include "internal.h" |
26 #include "internal.h" |
| 27 |
27 |
| 28 #ifndef _WIN32 |
28 #ifndef _WIN32 |
| |
29 #include <resolv.h> |
| |
30 #include <netinet/in.h> |
| |
31 #include <arpa/nameser.h> |
| 29 #include <net/if.h> |
32 #include <net/if.h> |
| 30 #include <sys/ioctl.h> |
33 #include <sys/ioctl.h> |
| 31 #else |
34 #else |
| 32 #include <nspapi.h> |
35 #include <nspapi.h> |
| 33 #endif |
36 #endif |