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:
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>
|
||||
|
Loading…
Reference in New Issue
Block a user