mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-27 13:34:19 -04:00
_MSC_VER malloc.h missing from common.c, gb18030.c, gb2312.c, sjis.c
This commit is contained in:
parent
3bda3b6213
commit
729b55b607
4 changed files with 12 additions and 0 deletions
|
@ -53,6 +53,9 @@
|
|||
* If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include <string.h>
|
||||
#ifdef _MSC_VER
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#include "common.h"
|
||||
#include "sjis.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue