summaryrefslogtreecommitdiff
path: root/train_gui.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-06-18 15:28:29 +0000
committertron <tron@openttd.org>2006-06-18 15:28:29 +0000
commit1ad425e8029106b6af017c19d3498eb68f3b0403 (patch)
tree76829680f3512a205c958d3557a4ef7c8c99b869 /train_gui.c
parent60e65953fc57031123dc4235de36e70e3556e496 (diff)
downloadopenttd-1ad425e8029106b6af017c19d3498eb68f3b0403.tar.xz
(svn r5309) Partially fix the rail header dependency fiasco: rail_map.h now depends on rail.h and not the other way round anymore
Diffstat (limited to 'train_gui.c')
-rw-r--r--train_gui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/train_gui.c b/train_gui.c
index 0efc818c1..3a2b2c590 100644
--- a/train_gui.c
+++ b/train_gui.c
@@ -4,6 +4,7 @@
#include "openttd.h"
#include "debug.h"
#include "functions.h"
+#include "rail_map.h"
#include "table/sprites.h"
#include "table/strings.h"
#include "map.h"