aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2019-07-27 13:26:15 -0400
committerTucker Evans <tuckerevans24@gmail.com>2019-07-27 13:26:15 -0400
commitd9ba5ec2f86dd69eae4edac586a889fccd8d31b1 (patch)
treef912572d25e416c4940507f415287c7949eaa32a /main.c
parent0e835d9b8f97087810dddb9743aa84b6431ff3a7 (diff)
Fix typos & errors
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"