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/text.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/stdlib/text.c') diff --git a/src/stdlib/text.c b/src/stdlib/text.c index b246b6ce..d9793eb8 100644 --- a/src/stdlib/text.c +++ b/src/stdlib/text.c @@ -109,8 +109,9 @@ #include "bytes.h" #include "datatypes.h" -#include "lists.h" #include "integers.h" +#include "lists.h" +#include "optionals.h" #include "tables.h" #include "text.h" -- cgit v1.2.3