summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--win32.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/win32.c b/win32.c
index 6987ffcf2..0a83c66fe 100644
--- a/win32.c
+++ b/win32.c
@@ -26,6 +26,9 @@ static bool _has_console;
#define __TIMESTAMP__ __DATE__ __TIME__
#endif
+#if defined(__MINGW32__)
+ #include <stdint.h>
+#endif
static bool cursor_visible = true;