mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-16 08:04:36 -04:00
Adjustment for OSX
Replaced an adjustment for compiling on OSX which I accidentally removed.
This commit is contained in:
parent
7e81c5ac55
commit
46d604dad7
1 changed files with 5 additions and 1 deletions
|
@ -26,7 +26,11 @@
|
||||||
#include "reedsol.h"
|
#include "reedsol.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <malloc.h>
|
#ifdef __APPLE__
|
||||||
|
#include <sys/malloc.h>
|
||||||
|
#else
|
||||||
|
#include <malloc.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
int maxi_codeword[144];
|
int maxi_codeword[144];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue