1
0
forked from GitHub/gf-core

include malloc.h in a few places to avoid warnings on Windows

This commit is contained in:
kr.angelov
2014-02-27 19:34:14 +00:00
parent d7b8f9d9a1
commit ab8dd16e8d
3 changed files with 3 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
#include <gu/str.h>
#include <gu/assert.h>
#include <stdlib.h>
#include <malloc.h>
struct GuSeq {
size_t len;

View File

@@ -6,6 +6,7 @@
#include <gu/utf8.h>
#include <gu/assert.h>
#include <stdlib.h>
#include <malloc.h>
struct GuStringBuf {
GuBuf* buf;

View File

@@ -14,6 +14,7 @@
#include <gu/utf8.h>
#include <math.h>
#include <stdlib.h>
#include <malloc.h>
//
// PgfReader