aboutsummaryrefslogtreecommitdiff
path: root/src/tomo.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-24 17:37:08 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-24 17:37:08 -0400
commit4347eff736db4da9f8841793d63d282e694de080 (patch)
tree47dae97a3454d2481817af02dd0b04442c0ff03d /src/tomo.c
parente3e7c60dd75ef0f06a25ddde2685868062302eeb (diff)
Split CLI into its own file
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 5d932ef1..4c875b62 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/cli.h"
#include "compile/files.h"
#include "config.h"
#include "modules.h"