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/c_strings.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/stdlib/c_strings.c') diff --git a/src/stdlib/c_strings.c b/src/stdlib/c_strings.c index 4ad56d4e..c2b8efbe 100644 --- a/src/stdlib/c_strings.c +++ b/src/stdlib/c_strings.c @@ -6,8 +6,10 @@ #include #include -#include "text.h" +#include "integers.h" #include "siphash.h" +#include "stdlib.h" +#include "text.h" #include "util.h" public Text_t CString$as_text(const void *c_string, bool colorize, const TypeInfo_t *info) -- cgit v1.2.3