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

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