aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/c_strings.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/c_strings.c')
-rw-r--r--src/stdlib/c_strings.c4
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)