win32: make #include <unistd.h> work
We already have sys/unistd.h, but the standard place for it is at the include root, so make that work too, but keep sys/unistd.h for backward compatibility.
This commit is contained in:
parent
e1c8d3a1e6
commit
45788e91ca
1 changed files with 1 additions and 0 deletions
1
win32/include/unistd.h
Normal file
1
win32/include/unistd.h
Normal file
|
@ -0,0 +1 @@
|
|||
#include <sys/unistd.h>
|
Loading…
Add table
Reference in a new issue