aboutsummaryrefslogtreecommitdiff
path: root/tomo.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-09-13 14:23:24 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-09-13 14:23:24 -0400
commit34c562e88e4c7b779bc3374019c0124f68d9125f (patch)
treedee6fa04a0c27a3f5e66992a86b18266e674f474 /tomo.c
parent06e432aa8df1defc670cfb557de180cbd7a469f3 (diff)
Move cord helper functions into their own file
Diffstat (limited to 'tomo.c')
-rw-r--r--tomo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tomo.c b/tomo.c
index 660b7aa7..3c5f6cdc 100644
--- a/tomo.c
+++ b/tomo.c
@@ -14,6 +14,7 @@
#include "builtins/datatypes.h"
#include "builtins/text.h"
#include "compile.h"
+#include "cordhelpers.h"
#include "parse.h"
#include "repl.h"
#include "typecheck.h"