Skip to content
Snippets Groups Projects
Commit 90af05ea authored by Andreas Traczyk's avatar Andreas Traczyk Committed by gerrit2
Browse files

build: add <io.h> to the includes within MSVC/unistd.h

- adds <io.h> to the Windows unistd.h substitute, providing the
  definition for access().

Change-Id: Ib054a1608e40f6fe22c0c277ba204d1b5e506940
Tuleap: #790
parent b9da8158
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
#include <process.h> #include <process.h>
#include <direct.h> #include <direct.h>
#include <fcntl.h> #include <fcntl.h>
#include <io.h>
#define R_OK 4 #define R_OK 4
#define W_OK 2 #define W_OK 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment