cf6d76abb6
Sponsored by: Absolight Differential Revision:
11 lines
333 B
C++
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>
|