mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Need fcntl.h and sys/stat.h as well for _open; ref #3938
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
||||
#include <io.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
#define close _close
|
||||
#define unlink _unlink
|
||||
|
||||
|
||||
Reference in New Issue
Block a user