Commit 0e0dad76 authored by Yasuhiro Matsumoto's avatar Yasuhiro Matsumoto

include io.h on mingw

parent f7ff2d0e
...@@ -23,6 +23,10 @@ mkstemp(char *p) ...@@ -23,6 +23,10 @@ mkstemp(char *p)
return fd; return fd;
return -1; return -1;
} }
#else
#include <io.h>
#endif #endif
#else #else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment