Need `fcntl.h` and `sys/stat.h` as well for `_open`; ref #3938

parent c9fa7b19
......@@ -10,7 +10,8 @@
#ifdef _MSC_VER
#include <io.h>
#include <fcntl.h>
#include <sys/stat.h>
#define close _close
#define unlink _unlink
......
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