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 b87104aa89
commit 2238d1e462
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