mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 15:44:18 +08:00
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
win32/include/unistd.h
Normal file
1
win32/include/unistd.h
Normal file
@ -0,0 +1 @@
|
||||
#include <sys/unistd.h>
|
||||
Loading…
Reference in New Issue
Block a user