diff options
author | bjarni <bjarni@openttd.org> | 2005-12-10 23:03:59 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2005-12-10 23:03:59 +0000 |
commit | 42d8e8410b39c9f0ce2bf89df060fa5ece82e0c9 (patch) | |
tree | 4799043dc3a50980134763ad405adda574693d1f /music | |
parent | be65f908c8ffb2cf1e9787f302acd4fb6dfafd8d (diff) | |
download | openttd-42d8e8410b39c9f0ce2bf89df060fa5ece82e0c9.tar.xz |
(svn r3286) -Fix: [OSX] 10.2 works again and universal binaries got 10.2 as target by default
Diffstat (limited to 'music')
-rw-r--r-- | music/qtmidi.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/music/qtmidi.c b/music/qtmidi.c index b245b538d..dc668c8b0 100644 --- a/music/qtmidi.c +++ b/music/qtmidi.c @@ -26,7 +26,6 @@ */ #include "../stdafx.h" #include "../openttd.h" -#include "../debug.h" #include "qtmidi.h" /* @@ -52,6 +51,8 @@ #include <unistd.h> #include <fcntl.h> +// we need to include debug.h after CoreServices because defining DEBUG will break CoreServices in OSX 10.2 +#include "../debug.h" enum { |