some refactoring in preparation for a preprocessor
[cparser] / symbol_table.c
index 2f8f9db..51f37d9 100644 (file)
@@ -20,6 +20,7 @@
 #include <config.h>
 
 #include "symbol_table_t.h"
+#include "symbol_t.h"
 #include "token_t.h"
 #include "adt/hash_string.h"
 #include "adt/obst.h"