diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-23 18:20:43 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-23 18:20:43 -0400 |
| commit | a4b8ef38b1d7a26b4e6bfa966f021a237bf16ce1 (patch) | |
| tree | a4137025b4096749341513f44c12d381ceb636bf /src/stdlib/c_strings.c | |
| parent | ecf08ab61fe49101b6c769badf362d21d8699df4 (diff) | |
Lots of cleanups
Diffstat (limited to 'src/stdlib/c_strings.c')
| -rw-r--r-- | src/stdlib/c_strings.c | 4 |
1 files changed, 3 insertions, 1 deletions
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 <stdio.h> #include <stdlib.h> -#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) |
