--- a/src/protocols/jabber/iq.c Tue Sep 30 05:43:26 2003 +0000
+++ b/src/protocols/jabber/iq.c Tue Sep 30 05:44:48 2003 +0000
@@ -25,6 +25,9 @@
#include "iq.h"
#include "roster.h"
+#ifdef _WIN32
+#include "utsname.h"
+#endif
JabberIq *jabber_iq_new(JabberStream *js, JabberIqType type)
{