diff -r 9036e551960f -r b168fbb99f7c src/os/macosx/macos.mm --- a/src/os/macosx/macos.mm Sun May 04 21:47:36 2008 +0000 +++ b/src/os/macosx/macos.mm Sun May 04 21:53:36 2008 +0000 @@ -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 @@ char OS[20]; char newgrf[125]; long sysVersion; - extern const char _openttd_revision[]; // get the hardware info host_basic_info_data_t hostInfo;