freebsd-ports/games/blockout/files/patch-GLSprite.cpp
Mathieu Arnold 9bbcf4d0cc Update to 2.5
PR:		203057
Submitted by:	maintainer
Sponsored by:	Absolight
2015-10-16 14:19:25 +00:00

11 lines
348 B
C++

--- BlockOut/GLApp/GLSprite.cpp.orig 2014-05-06 16:47:55.000000000 +0700
+++ BlockOut/GLApp/GLSprite.cpp 2015-08-17 10:37:35.000000000 +0600
@@ -2,7 +2,7 @@
// 2D sprites
// -----------------------------------------------
#include "GLSprite.h"
-#include <malloc.h>
+#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#undef LoadImage