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

This commit is contained in:
Yukihiro "Matz" Matsumoto
2018-02-02 14:58:09 +09:00
parent c9fa7b1919
commit e02cbb4426
+2 -1
View File
@@ -10,7 +10,8 @@
#ifdef _MSC_VER
#include <io.h>
#include <fcntl.h>
#include <sys/stat.h>
#define close _close
#define unlink _unlink