mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
include io.h on mingw
This commit is contained in:
@@ -23,6 +23,10 @@ mkstemp(char *p)
|
||||
return fd;
|
||||
return -1;
|
||||
}
|
||||
#else
|
||||
|
||||
#include <io.h>
|
||||
|
||||
#endif
|
||||
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user