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 --- types.c | 1 + 1 file changed, 1 insertion(+) (limited to 'types.c') diff --git a/types.c b/types.c index d70346a2..321e6a5d 100644 --- a/types.c +++ b/types.c @@ -9,6 +9,7 @@ #include "builtins/integers.h" #include "builtins/table.h" #include "builtins/util.h" +#include "cordhelpers.h" #include "types.h" CORD type_to_cord(type_t *t) { -- cgit v1.2.3