From b610c97a334cc9be98f1069eb7a1eb6f3ba7a03f Mon Sep 17 00:00:00 2001 From: avolkov Date: Fri, 25 Dec 2009 20:48:53 +0000 Subject: [PATCH] Bugfix for #1077 (compilation with netplay disabled) git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3472 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/uqm/battlecontrols.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sc2/src/uqm/battlecontrols.c b/sc2/src/uqm/battlecontrols.c index 8edeb6590..e299051dc 100644 --- a/sc2/src/uqm/battlecontrols.c +++ b/sc2/src/uqm/battlecontrols.c @@ -20,6 +20,8 @@ // For computer_intelligence() #include "tactrans.h" // For battleEndReady* +#include "init.h" + // For NUM_PLAYERS #include "libs/memlib.h" // For HMalloc(), HFree() #ifdef NETPLAY