freebsd-ports/games/blockout/files/patch-BotPlayerAI.cpp
Mathieu Arnold cf6d76abb6 Fix patch, I think.
Sponsored by:	Absolight
Differential Revision:
2015-10-19 10:30:47 +00:00

11 lines
333 B
C++

--- BlockOut/BotPlayerAI.cpp.orig 2015-08-20 21:43:41.000000000 +0600
+++ BlockOut/BotPlayerAI.cpp 2015-08-20 21:43:51.000000000 +0600
@@ -15,7 +15,7 @@
GNU General Public License for more details.
*/
#include "BotPlayer.h"
-#include <malloc.h>
+#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>