summaryrefslogtreecommitdiff
path: root/ai/ai.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-09-23 06:38:36 +0000
committertron <tron@openttd.org>2005-09-23 06:38:36 +0000
commit313fcfbd83e45f8b4d6041402306685ab787d42e (patch)
tree5d2878e24b0168d05734905fe6c5fde15a70fcd9 /ai/ai.c
parentafcb9f0d602d6f26393efcdc638e64ecbb4b753b (diff)
downloadopenttd-313fcfbd83e45f8b4d6041402306685ab787d42e.tar.xz
(svn r2973) Move a function declaration somewhere where it belongs
Diffstat (limited to 'ai/ai.c')
-rw-r--r--ai/ai.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ai/ai.c b/ai/ai.c
index 6779528e2..f9dc01daa 100644
--- a/ai/ai.c
+++ b/ai/ai.c
@@ -6,6 +6,7 @@
#include "../command.h"
#include "../network.h"
#include "ai.h"
+#include "default/default.h"
/**
* Dequeues commands put in the queue via AI_PutCommandInQueue.