mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-22 11:23:27 +08:00
bcheck: there is no unistd.h in win32.
This commit is contained in:
@@ -25,7 +25,9 @@
|
||||
&& !defined(__DragonFly__) && !defined(__OpenBSD__)
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#if !defined(_WIN32)
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
//#define BOUND_DEBUG
|
||||
|
||||
|
||||
Reference in New Issue
Block a user