aboutsummaryrefslogtreecommitdiff
path: root/c/step3_env.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/step3_env.c')
-rw-r--r--c/step3_env.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/step3_env.c b/c/step3_env.c
index bc645b8..4abf4d6 100644
--- a/c/step3_env.c
+++ b/c/step3_env.c
@@ -4,6 +4,7 @@
#include "types.h"
#include "readline.h"
#include "reader.h"
+#include "core.h"
// Declarations
MalVal *EVAL(MalVal *ast, Env *env);