mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-09 13:41:59 -04:00
Malloc declaration needed for Visual Studio
This commit is contained in:
parent
5992bbf6e5
commit
a1fd5bd832
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
#ifdef _MSC_VER
|
||||
#include <fcntl.h>
|
||||
#include <io.h>
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue