aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index 3d1401c..fbd96d0 100644
--- a/main.c
+++ b/main.c
@@ -2,6 +2,8 @@
#include <stdlib.h>
#include <assert.h>
+#include "node.h"
+#include "scope.h"
#include "y.tab.h"
#include "pc.h"