mirror of
https://github.com/vlang/v.git
synced 2025-09-15 23:42:28 +03:00
fix msvc build
This commit is contained in:
parent
87ed442d9e
commit
3c5087902d
2 changed files with 3 additions and 3 deletions
|
@ -14,6 +14,7 @@ CommonCHeaders = '
|
|||
#ifndef _WIN32
|
||||
#include <ctype.h>
|
||||
#include <locale.h> // tolower
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue