diff src/protocols/msn/switchboard.c @ 4546:a951bb590857

[gaim-migrate @ 4825] Win32 update for msn ft changes.. committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Thu, 06 Feb 2003 22:27:29 +0000
parents 86b0a0243be8
children d19872836812
line wrap: on
line diff
--- a/src/protocols/msn/switchboard.c	Thu Feb 06 22:10:21 2003 +0000
+++ b/src/protocols/msn/switchboard.c	Thu Feb 06 22:27:29 2003 +0000
@@ -22,6 +22,12 @@
  */
 #include "msn.h"
 
+#ifdef _WIN32
+#include "win32dep.h"
+#endif
+
+G_MODULE_IMPORT GSList *connections;
+
 static char *
 msn_parse_format(char *mime)
 {