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/seq.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/runtime/c/gu/seq.c') diff --git a/src/runtime/c/gu/seq.c b/src/runtime/c/gu/seq.c index 5f0171977..54c92f4de 100644 --- a/src/runtime/c/gu/seq.c +++ b/src/runtime/c/gu/seq.c @@ -4,6 +4,7 @@ #include #include #include +#include struct GuSeq { size_t len; -- cgit v1.2.3