--- 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. */