simple support for __attribute__((alias("symbol")))
[cparser] / type.h
diff --git a/type.h b/type.h
index 65dc386..54018fe 100644 (file)
--- a/type.h
+++ b/type.h
@@ -7,7 +7,8 @@
 
 #include <stdio.h>
 #include <stdbool.h>
-#include "ast.h"
+
+#include "entity.h"
 #include "symbol.h"
 
 /** Type used to express sizes. */