summaryrefslogtreecommitdiff
path: root/ship_cmd.c
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2006-04-04 11:35:52 +0000
committercelestar <celestar@openttd.org>2006-04-04 11:35:52 +0000
commit8b151d8faa1c059ec874427c1d25f5783eeee6d4 (patch)
treee6e0b22a7932338beafa21c661c109ec9a1de75b /ship_cmd.c
parentcc0ffe658224ca45262affab3df0c5900f084d05 (diff)
downloadopenttd-8b151d8faa1c059ec874427c1d25f5783eeee6d4.tar.xz
(svn r4272) -Codechange: Moved the map-accessing stuff from station.h into station_map.h
Diffstat (limited to 'ship_cmd.c')
-rw-r--r--ship_cmd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ship_cmd.c b/ship_cmd.c
index 0fd9387c0..c3da57ab0 100644
--- a/ship_cmd.c
+++ b/ship_cmd.c
@@ -9,6 +9,7 @@
#include "vehicle.h"
#include "command.h"
#include "pathfind.h"
+#include "station_map.h"
#include "station.h"
#include "news.h"
#include "engine.h"