bcheck: there is no unistd.h in win32.
This commit is contained in:
parent
a55ecf6d2c
commit
d815896d4c
1 changed files with 2 additions and 0 deletions
|
|
@ -25,7 +25,9 @@
|
|||
&& !defined(__DragonFly__) && !defined(__OpenBSD__)
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#if !defined(_WIN32)
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
//#define BOUND_DEBUG
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue