diff options
Diffstat (limited to 'src/compile/integers.c')
| -rw-r--r-- | src/compile/integers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compile/integers.c b/src/compile/integers.c index 97c9c61a..fc615c3b 100644 --- a/src/compile/integers.c +++ b/src/compile/integers.c @@ -8,7 +8,7 @@ #include "../stdlib/text.h" #include "../typecheck.h" #include "../types.h" -#include "promotion.h" +#include "promotions.h" Text_t compile_int_to_type(env_t *env, ast_t *ast, type_t *target) { if (ast->tag != Int) { |
