Fix mruby-io test for mingw32

Need `mkstemp()` implements.
This commit is contained in:
dearblue
2019-12-14 14:57:10 +09:00
parent 6c5ee8f79e
commit ec1ef925a9
+1 -1
View File
@@ -18,7 +18,7 @@ typedef int mode_t;
#define open _open
#define close _close
#ifdef _MSC_VER
#if defined(_MSC_VER) || defined(__MINGW32__)
#include <sys/stat.h>
static int