From 34c562e88e4c7b779bc3374019c0124f68d9125f Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 13 Sep 2024 14:23:24 -0400 Subject: Move cord helper functions into their own file --- structs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'structs.c') diff --git a/structs.c b/structs.c index 7aa2ddf9..328fa3be 100644 --- a/structs.c +++ b/structs.c @@ -7,6 +7,7 @@ #include "ast.h" #include "builtins/text.h" #include "compile.h" +#include "cordhelpers.h" #include "environment.h" #include "typecheck.h" #include "builtins/util.h" -- cgit v1.2.3