aboutsummaryrefslogtreecommitdiff
path: root/src/tomo.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-24 17:07:41 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-24 17:07:41 -0400
commit476bacc27671de92e8fdbc5b2a904bbf8bc80377 (patch)
tree035183cccc5aa42cb5885dbbccdb6f9cf4f2aa23 /src/tomo.c
parente4d080f598b8528d5200deccde279ff02ac5750e (diff)
More splitting out into separate files.
Diffstat (limited to 'src/tomo.c')
-rw-r--r--src/tomo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tomo.c b/src/tomo.c
index 02a611d4..5d932ef1 100644
--- a/src/tomo.c
+++ b/src/tomo.c
@@ -15,6 +15,7 @@
#include "ast.h"
#include "changes.md.h"
#include "compile.h"
+#include "compile/files.h"
#include "config.h"
#include "modules.h"
#include "naming.h"