freebsd-ports/games/blockout/files/patch-gif.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

11 lines
368 B
C

--- ImageLib/src/gif/gif.c.orig 2009-08-07 15:16:48.000000000 -0400
+++ ImageLib/src/gif/gif.c 2009-08-07 15:19:01.000000000 -0400
@@ -4,7 +4,7 @@
/* Use an ultra fast compression method */
/***************************************************/
#include <stdio.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <memory.h>
#include "gif.h"