aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--src/output/osx_plugin.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 47da1a03f..b6b23942f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
ver 0.15.4 (2009/??/??)
* decoders:
- vorbis: revert "faster tag scanning with ov_test_callback()"
+* output:
+ - osx: fix the OS X 10.6 build
ver 0.15.3 (2009/08/29)
diff --git a/src/output/osx_plugin.c b/src/output/osx_plugin.c
index 24db1f5b7..04173bf79 100644
--- a/src/output/osx_plugin.c
+++ b/src/output/osx_plugin.c
@@ -21,6 +21,7 @@
#include <glib.h>
#include <AudioUnit/AudioUnit.h>
+#include <CoreServices/CoreServices.h>
#undef G_LOG_DOMAIN
#define G_LOG_DOMAIN "osx"