mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
54bfdd1604
PR: based on ports/156055 Submitted by: Gvozdikov Veniamin (maintainer)
11 lines
249 B
C
11 lines
249 B
C
--- backend/maxicode.c.orig 2011-03-30 15:17:49.000000000 +0800
|
|
+++ backend/maxicode.c 2011-03-30 15:18:15.000000000 +0800
|
|
@@ -29,7 +29,6 @@
|
|
#ifdef __APPLE__
|
|
#include <sys/malloc.h>
|
|
#else
|
|
-#include <malloc.h>
|
|
#endif
|
|
|
|
int maxi_codeword[144];
|