aboutsummaryrefslogtreecommitdiff
path: root/src/structs.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-23 18:20:43 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-23 18:20:43 -0400
commita4b8ef38b1d7a26b4e6bfa966f021a237bf16ce1 (patch)
treea4137025b4096749341513f44c12d381ceb636bf /src/structs.c
parentecf08ab61fe49101b6c769badf362d21d8699df4 (diff)
Lots of cleanups
Diffstat (limited to 'src/structs.c')
-rw-r--r--src/structs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/structs.c b/src/structs.c
index 2d71fbac..0bcb8a08 100644
--- a/src/structs.c
+++ b/src/structs.c
@@ -6,6 +6,7 @@
#include "environment.h"
#include "naming.h"
#include "stdlib/text.h"
+#include "stdlib/tables.h"
#include "typecheck.h"
Text_t compile_struct_typeinfo(env_t *env, type_t *t, const char *name, arg_ast_t *fields, bool is_secret, bool is_opaque)