diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2014-02-27 19:34:14 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2014-02-27 19:34:14 +0000 |
| commit | 2238d1e462d5571c4ed4cd09e90af791d9e54a54 (patch) | |
| tree | 97f36698f52b762b68310aff47c8d0594ae19480 /src/runtime/c/gu/string.c | |
| parent | b87104aa89c87df9d10373dfb3c2ffda27aa193e (diff) | |
include malloc.h in a few places to avoid warnings on Windows
Diffstat (limited to 'src/runtime/c/gu/string.c')
| -rw-r--r-- | src/runtime/c/gu/string.c | 1 |
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; |
