From 559babcdc96d5e2de5e964c9d9b6109e4cfbcffc Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 22 Jul 2005 07:02:20 +0000 Subject: (svn r2673) Include functions.h directly, not globally via openttd.h --- tunnelbridge_cmd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tunnelbridge_cmd.c') diff --git a/tunnelbridge_cmd.c b/tunnelbridge_cmd.c index 250cd6277..552987c4b 100644 --- a/tunnelbridge_cmd.c +++ b/tunnelbridge_cmd.c @@ -2,6 +2,7 @@ #include "openttd.h" #include "table/sprites.h" #include "table/strings.h" +#include "functions.h" #include "map.h" #include "tile.h" #include "vehicle.h" -- cgit v1.2.3-54-g00ecf