(svn r3272) -Fix: [AI] fixed issue in AI that prevented compilation without network support

This commit is contained in:
bjarni
2005-12-08 21:12:15 +00:00
parent 2148e1fa89
commit 05fbf0ada5
2 changed files with 3 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
#include "../functions.h"
#include "../network.h"
#include "../player.h"
#ifdef GPMI
#include <gpmi.h>
#endif /* GPMI */