| 40437:589b9403359a | 40443:025772e2b454 |
|---|---|
| 20 * along with this program; if not, write to the Free Software | 20 * along with this program; if not, write to the Free Software |
| 21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA | 21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
| 22 * | 22 * |
| 23 */ | 23 */ |
| 24 | 24 |
| 25 #include "internal.h" | 25 #include <config.h> |
| 26 | |
| 27 #include <sys/types.h> | |
| 28 #ifndef _WIN32 | |
| 29 # include <sys/socket.h> | |
| 30 #endif | |
| 31 | |
| 32 #include <glib/gi18n-lib.h> | |
| 33 | |
| 26 #include <purple.h> | 34 #include <purple.h> |
| 35 #include "purpleprivate.h" | |
| 27 | 36 |
| 28 #include "buddy.h" | 37 #include "buddy.h" |
| 29 #include "data.h" | 38 #include "data.h" |
| 30 #include "disco.h" | 39 #include "disco.h" |
| 31 #include "jabber.h" | 40 #include "jabber.h" |