diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 15:32:17 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 15:32:17 -0400 |
| commit | c62c3200c7078f58b218def14c54bbfd26677069 (patch) | |
| tree | b4e2d4b943ca3a63a95d6e516ff5bb45a46f238e /src/compile/structs.c | |
| parent | 3f9f82ca53ed353d10ae65fc958e73193e8d9739 (diff) | |
Pluralize filenames
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, |
