mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
time: do not include <unistd.h> on windows
This commit is contained in:
@ -15,6 +15,7 @@ CommonCHeaders = '
|
||||
#include <ctype.h>
|
||||
#include <locale.h> // tolower
|
||||
#include <sys/time.h>
|
||||
#include <unistd.h> // sleep
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
|
Reference in New Issue
Block a user