diff options
Diffstat (limited to 'ai.c')
-rw-r--r-- | ai.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ #include "pathfind.h" #include "economy.h" #include "airport.h" +#include "depot.h" // remove some day perhaps? static Player *_cur_ai_player; |