(svn r4203) - Fix compilation on mingw32 (stdint.h not included)

pull/155/head
orudge 19 years ago
parent eb15688358
commit d3fdba9556

@ -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;

Loading…
Cancel
Save