summaryrefslogtreecommitdiff
path: root/run.h
diff options
context:
space:
mode:
Diffstat (limited to 'run.h')
-rw-r--r--run.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.h b/run.h
index 155b59b..291897c 100644
--- a/run.h
+++ b/run.h
@@ -3,8 +3,8 @@
#include "ast.h"
#include "ht.h"
+#include "val.h"
-int eval(Env *s, AstNode a);
#endif