diff options
author | tron <tron@openttd.org> | 2005-07-21 22:15:02 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-07-21 22:15:02 +0000 |
commit | 0762aa9ec950a7c7966b1706daa7a032f5de790a (patch) | |
tree | 0e2d2d052ab58755549ef42d694f58679a4c496c /bridge_gui.c | |
parent | a446294e7cdbcf71ffe2052a4a9954dc46a64133 (diff) | |
download | openttd-0762aa9ec950a7c7966b1706daa7a032f5de790a.tar.xz |
(svn r2669) Shuffle some more stuff around to reduce dependencies
Diffstat (limited to 'bridge_gui.c')
-rw-r--r-- | bridge_gui.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bridge_gui.c b/bridge_gui.c index a84a6a2d1..47401c538 100644 --- a/bridge_gui.c +++ b/bridge_gui.c @@ -8,6 +8,7 @@ #include "gfx.h" #include "command.h" #include "sound.h" +#include "variables.h" static struct BridgeData { uint count; |