aboutsummaryrefslogtreecommitdiff
path: root/pc.h
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2019-08-18 18:31:36 -0400
committerTucker Evans <tuckerevans24@gmail.com>2019-08-18 18:31:36 -0400
commit3f1cee416602070225b81deb8c2222a5324f8204 (patch)
treeaa9578558d176ea5bebd796503fcb1944f82e0ca /pc.h
parentb4d095d8616c8a5f2d85f8dc91b8429b0a7108a3 (diff)
Fix clean up header includes
Diffstat (limited to 'pc.h')
-rw-r--r--pc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pc.h b/pc.h
index 7a8be68..e13c481 100644
--- a/pc.h
+++ b/pc.h
@@ -1,5 +1,8 @@
#ifndef PC_H
#define PC_H
+
+#include "y.tab.h"
+
char* pretty_type(int);
void debug_print(int, union YYSTYPE*);