fix msvc build
parent
87ed442d9e
commit
3c5087902d
|
@ -14,6 +14,7 @@ CommonCHeaders = '
|
|||
#ifndef _WIN32
|
||||
#include <ctype.h>
|
||||
#include <locale.h> // tolower
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
|
|
|
@ -14,7 +14,6 @@ const (
|
|||
|
||||
$if !windows {
|
||||
#include <unistd.h> // sleep
|
||||
#include <sys/time.h>
|
||||
//#include <sys/wait.h>
|
||||
/// ^^^^ including this makes the windows build fail.
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue