1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/games/blockout/files/patch-hpng.c
Steven Kreuzer f8ba6c00a2 BlockOut II is an adaptation of the original Blockout DOS game
PR:		ports/137479
Submitted by:	Stas Timokhin <stast@bsdportal.ru>
2009-09-04 13:59:20 +00:00

9 lines
251 B
C

--- ImageLib/src/png/hpng.c.orig 2009-08-06 15:35:01.000000000 +0700
+++ ImageLib/src/png/hpng.c 2009-08-06 15:35:10.000000000 +0700
@@ -1,4 +1,4 @@
-#include <malloc.h>
+#include <stdlib.h>
#include <math.h>
#include "png/png.h"
#include "hpng.h"