diff options
Diffstat (limited to 'type.c')
-rw-r--r-- | type.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ #include <stdint.h> #include <string.h> #include "util.h" -#include "emit.h" +#include "backend.h" #include "type.h" struct type typevoid = {.kind = TYPEVOID}; |