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 --- roadveh_cmd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'roadveh_cmd.c') diff --git a/roadveh_cmd.c b/roadveh_cmd.c index 293d2004e..2ada6dd3c 100644 --- a/roadveh_cmd.c +++ b/roadveh_cmd.c @@ -1,6 +1,7 @@ #include "stdafx.h" #include "openttd.h" #include "debug.h" +#include "functions.h" #include "table/strings.h" #include "map.h" #include "tile.h" -- cgit v1.2.3-54-g00ecf