2
0
mirror of https://github.com/zint/zint synced 2024-11-16 20:57:25 +13:00

Malloc declaration needed for Visual Studio

This commit is contained in:
Robin Stuart 2016-11-05 21:06:58 +00:00
parent 5992bbf6e5
commit a1fd5bd832

@ -34,6 +34,7 @@
#ifdef _MSC_VER
#include <fcntl.h>
#include <io.h>
#include <malloc.h>
#endif
#include <stdlib.h>
#include <string.h>