ast.c: #include <stdlib.h> for setenv()

This commit is contained in:
okuoku 2017-11-11 04:27:31 +09:00
parent 905d43fe62
commit 396c54ca58

View file

@ -5,6 +5,7 @@
#include <chibi/eval.h>
#ifndef PLAN9
#include <stdlib.h>
#include <errno.h>
#endif