mirror of
https://github.com/janet-lang/janet
synced 2025-10-06 19:42:29 +00:00
Spawn.h not found in windows.
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user