From c62c3200c7078f58b218def14c54bbfd26677069 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 24 Aug 2025 15:32:17 -0400 Subject: Pluralize filenames --- src/compile/structs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compile/structs.c') 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, -- cgit v1.2.3