diff options
Diffstat (limited to 'src/compile/pointers.c')
| -rw-r--r-- | src/compile/pointers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compile/pointers.c b/src/compile/pointers.c index 7efb5179..b9486899 100644 --- a/src/compile/pointers.c +++ b/src/compile/pointers.c @@ -11,7 +11,7 @@ #include "../stdlib/text.h" #include "../typecheck.h" #include "assignments.h" -#include "promotion.h" +#include "promotions.h" public Text_t compile_to_pointer_depth(env_t *env, ast_t *ast, int64_t target_depth, bool needs_incref) { |
