aboutsummaryrefslogtreecommitdiff
path: root/src/tomo.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-23 18:20:43 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-23 18:20:43 -0400
commita4b8ef38b1d7a26b4e6bfa966f021a237bf16ce1 (patch)
treea4137025b4096749341513f44c12d381ceb636bf /src/tomo.c
parentecf08ab61fe49101b6c769badf362d21d8699df4 (diff)
Lots of cleanups
Diffstat (limited to 'src/tomo.c')
-rw-r--r--src/tomo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tomo.c b/src/tomo.c
index c9414393..1aa16581 100644
--- a/src/tomo.c
+++ b/src/tomo.c
@@ -13,6 +13,7 @@
#endif
#include "ast.h"
+#include "config.h"
#include "changes.md.h"
#include "compile.h"
#include "modules.h"
@@ -28,6 +29,7 @@
#include "stdlib/print.h"
#include "stdlib/random.h"
#include "stdlib/siphash.h"
+#include "stdlib/tables.h"
#include "stdlib/text.h"
#include "types.h"