diff options
Diffstat (limited to 'src/a_targ.c')
| -rw-r--r-- | src/a_targ.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/a_targ.c b/src/a_targ.c index fdc11f8..0a14554 100644 --- a/src/a_targ.c +++ b/src/a_targ.c @@ -1,5 +1,5 @@ -#include "common.h" -#include "type.h" +#include "antcc.h" +#include "c_type.h" extern const struct mctarg t_x86_64_sysv, t_aarch64_aapcs; static const struct targ { |