[_WIN32]: Add io.h to pickup open/close externs for MSVC environments.
This commit is contained in:
parent
7072dd0930
commit
60fc522758
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
|||
#include <errno.h>
|
||||
#if defined(_WIN32)
|
||||
#include <direct.h>
|
||||
#include <io.h>
|
||||
#include "../lib/gen/getopt.h"
|
||||
#else
|
||||
#include <sys/stat.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue