diff src/protocols/jabber/jconn.c @ 3717:988485669631

[gaim-migrate @ 3850] Warning fixes and WIN32 ifdef removals committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Wed, 16 Oct 2002 19:57:03 +0000
parents fce1883cc608
children
line wrap: on
line diff
--- a/src/protocols/jabber/jconn.c	Wed Oct 16 19:44:19 2002 +0000
+++ b/src/protocols/jabber/jconn.c	Wed Oct 16 19:57:03 2002 +0000
@@ -19,6 +19,10 @@
 
 #include "jabber.h"
 
+#ifdef _WIN32
+#include "win32dep.h"
+#endif
+
 /* local macros for launching event handlers */
 #define STATE_EVT(arg) if(j->on_state) { (j->on_state)(j, (arg) ); }