From 297f99e100bcede36d54b8f833756c73d70fd4a0 Mon Sep 17 00:00:00 2001 From: smatz Date: Sun, 4 May 2008 21:53:36 +0000 Subject: (svn r12944) -Codechange: use rev.h instead of externs at many places --- src/os/macosx/macos.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/os/macosx/macos.mm') diff --git a/src/os/macosx/macos.mm b/src/os/macosx/macos.mm index 14d3cfcf9..ca8954f49 100644 --- a/src/os/macosx/macos.mm +++ b/src/os/macosx/macos.mm @@ -11,6 +11,7 @@ #include #include "../../stdafx.h" #include "../../core/bitmath_func.hpp" +#include "../../rev.h" #ifndef CPU_SUBTYPE_POWERPC_970 #define CPU_SUBTYPE_POWERPC_970 ((cpu_subtype_t) 100) @@ -33,7 +34,6 @@ static char *GetOSString() char OS[20]; char newgrf[125]; long sysVersion; - extern const char _openttd_revision[]; // get the hardware info host_basic_info_data_t hostInfo; -- cgit v1.2.3-54-g00ecf