changeset 5685:5d4344161802 draft

(svn r8146) -Fix (FS#552, r8038): a C/C++ linkage problem on some very few incarnations of gcc
author celestar <celestar@openttd.org>
date Mon, 15 Jan 2007 17:32:01 +0000
parents d06ffc0355f4
children d30423f9fc3c
files src/variables.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/variables.h
+++ b/src/variables.h
@@ -10,6 +10,8 @@
 # define MAX_PATH 260
 #endif
 
+#include "gfx.h"
+
 // Prices and also the fractional part.
 VARDEF Prices _price;
 VARDEF uint16 _price_frac[NUM_PRICES];