aboutsummaryrefslogtreecommitdiff
path: root/scope.c
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2019-08-17 15:47:08 -0400
committerTucker Evans <tuckerevans24@gmail.com>2019-08-17 15:47:08 -0400
commite1d044ff79638cf781816e8723fa78f1e9a7b34e (patch)
tree3d3c1e0bb1c1325a8fda319277c2cf97a6ec8f13 /scope.c
parent9508f73e75aa588e9639530c72e8f5ed2c02067c (diff)
Add Type checking if statement condition
Diffstat (limited to 'scope.c')
-rw-r--r--scope.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/scope.c b/scope.c
index eca78cd..f093b82 100644
--- a/scope.c
+++ b/scope.c
@@ -5,6 +5,7 @@
#include "node.h"
#include "scope.h"
+#include "pc.h"
scope* mkscope()
{