diff options
Diffstat (limited to 'src/c_type.h')
| -rw-r--r-- | src/c_type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_type.h b/src/c_type.h index ad8e1b1..12f24b2 100644 --- a/src/c_type.h +++ b/src/c_type.h @@ -1,6 +1,6 @@ #ifndef TYPE_H_ #define TYPE_H_ -#include "common.h" +#include "antcc.h" enum qualifier { QCONST = 1<<0, |