aboutsummaryrefslogtreecommitdiff
path: root/backends/midi/coremidi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/midi/coremidi.cpp')
-rw-r--r--backends/midi/coremidi.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/midi/coremidi.cpp b/backends/midi/coremidi.cpp
index 08f36a8b0f..bca16df61a 100644
--- a/backends/midi/coremidi.cpp
+++ b/backends/midi/coremidi.cpp
@@ -24,6 +24,9 @@
#ifdef MACOSX
+// Disable symbol overrides so that we can use system headers.
+#define FORBIDDEN_SYMBOL_ALLOW_ALL
+
#include "common/config-manager.h"
#include "common/util.h"
#include "sound/musicplugin.h"