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

--- BlockOut/GLApp/GLFont.cpp.orig 2009-08-06 15:16:50.000000000 +0700
+++ BlockOut/GLApp/GLFont.cpp 2009-08-06 15:16:58.000000000 +0700
@@ -3,7 +3,7 @@
// -----------------------------------------------
#include "GLFont.h"
#include <CImage.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <stdio.h>
#include <string.h>