From 2238d1e462d5571c4ed4cd09e90af791d9e54a54 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Thu, 27 Feb 2014 19:34:14 +0000 Subject: include malloc.h in a few places to avoid warnings on Windows --- src/runtime/c/gu/string.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/runtime/c/gu/string.c') 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 #include #include +#include struct GuStringBuf { GuBuf* buf; -- cgit v1.2.3