mirror of
https://github.com/janet-lang/janet
synced 2024-11-25 09:47:17 +00:00
Spawn.h not found in windows.
This commit is contained in:
parent
15d95d8803
commit
a4a200e037
@ -35,7 +35,6 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sys/stat.h>
|
||||
#include <spawn.h>
|
||||
|
||||
#ifdef JANET_WINDOWS
|
||||
#include <windows.h>
|
||||
@ -43,6 +42,7 @@
|
||||
#include <sys/utime.h>
|
||||
#include <io.h>
|
||||
#else
|
||||
#include <spawn.h>
|
||||
#include <utime.h>
|
||||
#include <unistd.h>
|
||||
#include <dirent.h>
|
||||
|
Loading…
Reference in New Issue
Block a user