src/protocols/jabber/jconn.c

changeset 3717
2fc0789e04e8
parent 3159
15816c95c61c
--- 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) ); }
 

mercurial