aboutsummaryrefslogtreecommitdiff
path: root/pc.y
diff options
context:
space:
mode:
Diffstat (limited to 'pc.y')
-rw-r--r--pc.y2
1 files changed, 2 insertions, 0 deletions
diff --git a/pc.y b/pc.y
index 495f64a..e8f2baa 100644
--- a/pc.y
+++ b/pc.y
@@ -2,6 +2,8 @@
#include <stdlib.h>
#include <stddef.h>
+#include "node.h"
+#include "scope.h"
#include "tree.h"
#include "y.tab.h"
#include "pc.h"