--- a/win32.c Wed May 03 21:40:45 2006 +0000 +++ b/win32.c Wed May 03 21:57:09 2006 +0000 @@ -26,6 +26,9 @@ #define __TIMESTAMP__ __DATE__ __TIME__ #endif +#if defined(__MINGW32__) + #include <stdint.h> +#endif static bool cursor_visible = true;