1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-09 04:51:58 +00: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

View File

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