From a4b8ef38b1d7a26b4e6bfa966f021a237bf16ce1 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 23 Aug 2025 18:20:43 -0400 Subject: Lots of cleanups --- src/tomo.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tomo.c') 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" -- cgit v1.2.3