Mercurial > pidgin.yaz
comparison libpurple/protocols/bonjour/jabber.c @ 21802:d01d9107f263
Fix #4079 for real.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Sun, 09 Dec 2007 11:25:15 +0000 |
parents | b7e914cd1773 |
children | 41959f031322 |
comparison
equal
deleted
inserted
replaced
21801:3265e4619117 | 21802:d01d9107f263 |
---|---|
30 #include <arpa/inet.h> | 30 #include <arpa/inet.h> |
31 #else | 31 #else |
32 #include "libc_interface.h" | 32 #include "libc_interface.h" |
33 #endif | 33 #endif |
34 #include <sys/types.h> | 34 #include <sys/types.h> |
35 | |
36 /* Solaris */ | |
37 #if defined (__SVR4) && defined (__sun) | |
38 #include <sys/sockio.h> | |
39 #endif | |
40 | |
35 #include <glib.h> | 41 #include <glib.h> |
36 #include <unistd.h> | 42 #include <unistd.h> |
37 #include <fcntl.h> | 43 #include <fcntl.h> |
38 | 44 |
39 #include "network.h" | 45 #include "network.h" |