Unverified Commit 6f1e1777 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #3938 from mattn/include-io

include io.h on mingw
parents f7ff2d0e 0e0dad76
...@@ -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