some refactoring in preparation for a preprocessor
[cparser] / type.c
diff --git a/type.c b/type.c
index 957ea4f..e12c560 100644 (file)
--- a/type.c
+++ b/type.c
@@ -21,7 +21,9 @@
 
 #include <stdio.h>
 #include <assert.h>
+
 #include "type_t.h"
+#include "symbol_t.h"
 #include "type_hash.h"
 #include "adt/error.h"