From 54cbd0182548d7bf1856790ac871585a16806824 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 --- news_gui.c | 1 + 1 file changed, 1 insertion(+) (limited to 'news_gui.c') diff --git a/news_gui.c b/news_gui.c index c9d919aff..91cb41329 100644 --- a/news_gui.c +++ b/news_gui.c @@ -1,5 +1,6 @@ #include "stdafx.h" #include "openttd.h" +#include "functions.h" #include "strings.h" #include "table/sprites.h" #include "table/strings.h" -- cgit v1.2.3-54-g00ecf