summaryrefslogtreecommitdiff
path: root/src/os
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2007-12-21 22:08:59 +0000
committerbjarni <bjarni@openttd.org>2007-12-21 22:08:59 +0000
commit18e96ab49f854c395b2192cc32cab7d45b8aaeaa (patch)
tree2511e2c9db9168e24ad89ef57bf8a29e13749e93 /src/os
parent9e9cfe6e59de14f7df9ab505f9bf5ef3d827545d (diff)
downloadopenttd-18e96ab49f854c395b2192cc32cab7d45b8aaeaa.tar.xz
(svn r11678) -Fix (r11674): [OSX] fixed compilation
Diffstat (limited to 'src/os')
-rw-r--r--src/os/macosx/macos.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/macosx/macos.mm b/src/os/macosx/macos.mm
index 7e466aaad..14d3cfcf9 100644
--- a/src/os/macosx/macos.mm
+++ b/src/os/macosx/macos.mm
@@ -10,7 +10,7 @@
#include <mach/machine.h>
#include <stdio.h>
#include "../../stdafx.h"
-#include "../../macros.h"
+#include "../../core/bitmath_func.hpp"
#ifndef CPU_SUBTYPE_POWERPC_970
#define CPU_SUBTYPE_POWERPC_970 ((cpu_subtype_t) 100)