diff options
Diffstat (limited to 'src/compile/structs.c')
| -rw-r--r-- | src/compile/structs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compile/structs.c b/src/compile/structs.c index d7cbcddf..a5889ff8 100644 --- a/src/compile/structs.c +++ b/src/compile/structs.c @@ -8,7 +8,7 @@ #include "../stdlib/tables.h" #include "../stdlib/text.h" #include "../typecheck.h" -#include "pointer.h" +#include "pointers.h" public Text_t compile_struct_typeinfo(env_t *env, type_t *t, const char *name, arg_ast_t *fields, bool is_secret, |
