Force include of unistd.h on linux
This commit is contained in:
parent
3d3f757991
commit
952f29e205
1 changed files with 1 additions and 1 deletions
|
@ -3229,7 +3229,7 @@ errno = Status;
|
|||
return hVHD;
|
||||
}
|
||||
|
||||
#if defined(__CYGWIN__) || defined(VMS) || defined(__APPLE__)
|
||||
#if defined(__CYGWIN__) || defined(VMS) || defined(__APPLE__) || defined(__linux)
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
static void
|
||||
|
|
Loading…
Add table
Reference in a new issue