mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
os: fix exec() and get_raw_line(); fix Windows tests and examples
This commit is contained in:

committed by
Alexander Medvednikov

parent
fe50aeb130
commit
aa438c7c3f
@@ -15,7 +15,8 @@ const (
|
||||
|
||||
$if !windows {
|
||||
#include <sys/time.h>
|
||||
#include <sys/wait.h>
|
||||
//#include <sys/wait.h>
|
||||
/// ^^^^ including this makes the windows build fail.
|
||||
}
|
||||
|
||||
struct Time {
|
||||
|
Reference in New Issue
Block a user