opnsense-ports/graphics/zint/files/patch-backend_code1.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 lines
278 B
C

--- backend/code1.c.orig 2011-03-30 15:18:25.000000000 +0800
+++ backend/code1.c 2011-03-30 15:18:35.000000000 +0800
@@ -28,7 +28,6 @@
#ifdef __APPLE__
#include <sys/malloc.h>
#else
-#include <malloc.h>
#endif
void horiz(struct zint_symbol *symbol, int row_no, int full)