mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-23 20:22:58 +03:00
MacOS build fixed
This commit is contained in:
parent
9219529e0a
commit
ddc19ed879
3
3rdparty/zint-2.6.1/backend/emf.c
vendored
3
3rdparty/zint-2.6.1/backend/emf.c
vendored
@ -35,7 +35,10 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#ifdef _MSC_VER
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#include "common.h"
|
||||
#include "emf.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user