bcheck: there is no unistd.h in win32.

master
Roy 2012-12-10 09:51:49 +08:00
parent a55ecf6d2c
commit d815896d4c
1 changed files with 2 additions and 0 deletions

View File

@ -25,7 +25,9 @@
&& !defined(__DragonFly__) && !defined(__OpenBSD__)
#include <malloc.h>
#endif
#if !defined(_WIN32)
#include <unistd.h>
#endif
//#define BOUND_DEBUG