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
commit715bee332be63de4a2a89a2168d8f60c911ffdb6 (patch)
treee6e0b22a7932338beafa21c661c109ec9a1de75b /ship_cmd.c
parentb7ee0b8ba34e026fd7298ad2bb9a6d6ed3267d0b (diff)
downloadopenttd-715bee332be63de4a2a89a2168d8f60c911ffdb6.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"