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/stdlib/tomo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/stdlib/tomo.h') diff --git a/src/stdlib/tomo.h b/src/stdlib/tomo.h index 63abd2d6..d0463409 100644 --- a/src/stdlib/tomo.h +++ b/src/stdlib/tomo.h @@ -3,6 +3,7 @@ // All of the different builtin modules can be included by including this one // import +#include #include #include #include @@ -12,6 +13,7 @@ #include "c_strings.h" #include "datatypes.h" #include "enums.h" +#include "files.h" #include "functiontype.h" #include "integers.h" #include "lists.h" -- cgit v1.2.3