aboutsummaryrefslogtreecommitdiff
path: root/src/compile/structs.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-24 15:32:17 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-24 15:32:17 -0400
commitc62c3200c7078f58b218def14c54bbfd26677069 (patch)
treeb4e2d4b943ca3a63a95d6e516ff5bb45a46f238e /src/compile/structs.c
parent3f9f82ca53ed353d10ae65fc958e73193e8d9739 (diff)
Pluralize filenames
Diffstat (limited to 'src/compile/structs.c')
-rw-r--r--src/compile/structs.c2
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,