1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-18 18:37:07 +00:00

[PATCH] Remove non standard #include <malloc.h>

This commit is contained in:
Robin Stuart
2016-10-30 17:43:10 +00:00
parent 8851884ea1
commit 184fb71fe5

View File

@@ -36,7 +36,6 @@
#include "common.h"
#include "pcx.h" /* PCX header structure */
#include <math.h>
#include <malloc.h>
#ifdef _MSC_VER
#include <io.h>
#include <fcntl.h>