mirror of
https://github.com/janet-lang/janet
synced 2024-11-25 09:47:17 +00:00
Add more to util.h to help with amalg build.
This commit is contained in:
parent
efaaead378
commit
31f502b508
@ -23,6 +23,12 @@
|
||||
#ifndef JANET_UTIL_H_defined
|
||||
#define JANET_UTIL_H_defined
|
||||
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
#ifndef JANET_WINDOWS
|
||||
#include <sys/wait.h>
|
||||
#endif
|
||||
|
||||
#ifndef JANET_AMALG
|
||||
#include <janet.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user