summaryrefslogtreecommitdiff
path: root/src/runtime/c/gu/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/c/gu/string.c')
-rw-r--r--src/runtime/c/gu/string.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/c/gu/string.c b/src/runtime/c/gu/string.c
index 8c9afd6e7..9a1677745 100644
--- a/src/runtime/c/gu/string.c
+++ b/src/runtime/c/gu/string.c
@@ -6,6 +6,7 @@
#include <gu/utf8.h>
#include <gu/assert.h>
#include <stdlib.h>
+#include <malloc.h>
struct GuStringBuf {
GuBuf* buf;