diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-25 01:00:13 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-25 01:00:13 -0400 |
| commit | 3cf0d5f0bee3787a3d46126d5c0e1310e35a7cb9 (patch) | |
| tree | 035e97eaaf2d722daa6ffa0d447d0a8c34a5f0b9 /src/parse/files.c | |
| parent | c859ed479227cee2cecedb83d74a40acf9758051 (diff) | |
Split out text parsing logic
Diffstat (limited to 'src/parse/files.c')
| -rw-r--r-- | src/parse/files.c | 1 |
1 files changed, 1 insertions, 0 deletions
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: |
