freebsd-ports/games/blockout/files/patch-GLFont.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
346 B
C++

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