diff options
Diffstat (limited to 'typecheck.c')
| -rw-r--r-- | typecheck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/typecheck.c b/typecheck.c index 5cabf3f1..769d8680 100644 --- a/typecheck.c +++ b/typecheck.c @@ -12,7 +12,7 @@ #include "parse.h" #include "typecheck.h" #include "types.h" -#include "util.h" +#include "builtins/util.h" type_t *parse_type_ast(env_t *env, type_ast_t *ast) { |
