diff src/event.c @ 5224:5160333a80df

[gaim-migrate @ 5594] Update for new plugin api committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Sat, 26 Apr 2003 14:55:40 +0000
parents 0241d6b6702d
children 779ffffb584a
line wrap: on
line diff
--- a/src/event.c	Sat Apr 26 09:05:51 2003 +0000
+++ b/src/event.c	Sat Apr 26 14:55:40 2003 +0000
@@ -28,6 +28,10 @@
 #include <stdio.h>
 #include <string.h>
 
+#ifdef _WIN32
+#include "win32dep.h"
+#endif
+
 /**
  * A signal callback.
  */