some refactoring in preparation for a preprocessor
[cparser] / type.h
diff --git a/type.h b/type.h
index 8956077..8e3cd12 100644 (file)
--- a/type.h
+++ b/type.h
@@ -22,6 +22,7 @@
 
 #include <stdio.h>
 #include <stdbool.h>
+#include "ast.h"
 #include "symbol.h"
 
 typedef struct type_base_t           type_base_t;