comparison src/protocols/jabber/iq.c @ 7058:06e7697f3fae

[gaim-migrate @ 7621] make work for windows.. committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Tue, 30 Sep 2003 05:44:48 +0000
parents 67c4e9d39242
children 1350352f5818
comparison
equal deleted inserted replaced
7057:3c7c887c35c3 7058:06e7697f3fae
23 #include "prefs.h" 23 #include "prefs.h"
24 24
25 #include "iq.h" 25 #include "iq.h"
26 #include "roster.h" 26 #include "roster.h"
27 27
28 #ifdef _WIN32
29 #include "utsname.h"
30 #endif
28 31
29 JabberIq *jabber_iq_new(JabberStream *js, JabberIqType type) 32 JabberIq *jabber_iq_new(JabberStream *js, JabberIqType type)
30 { 33 {
31 JabberIq *iq; 34 JabberIq *iq;
32 35