Add more to util.h to help with amalg build.

This commit is contained in:
Calvin Rose 2019-05-29 12:07:53 -04:00
parent efaaead378
commit 31f502b508
1 changed files with 6 additions and 0 deletions

View File

@ -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