From 3cf0d5f0bee3787a3d46126d5c0e1310e35a7cb9 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 25 Aug 2025 01:00:13 -0400 Subject: Split out text parsing logic --- src/parse/files.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/parse/files.c') diff --git a/src/parse/files.c b/src/parse/files.c index def740dd..416adc92 100644 --- a/src/parse/files.c +++ b/src/parse/files.c @@ -14,6 +14,7 @@ #include "files.h" #include "functions.h" #include "parse.h" +#include "text.h" #include "utils.h" // The cache of {filename -> parsed AST} will hold at most this many entries: -- cgit v1.2.3