include io.h on mingw

This commit is contained in:
Yasuhiro Matsumoto
2018-01-31 12:18:35 +09:00
parent f7ff2d0ee3
commit 0e0dad7697
+4
View File
@@ -23,6 +23,10 @@ mkstemp(char *p)
return fd;
return -1;
}
#else
#include <io.h>
#endif
#else