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