output/osx: fix the OS X 10.6 build

Include CoreServices/CoreServices.h.
This commit is contained in:
Patrik Weiskircher 2009-09-20 23:28:07 +02:00 committed by Max Kellermann
parent 985b8b2d71
commit 803a698f98
2 changed files with 3 additions and 0 deletions

2
NEWS
View File

@ -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)

View File

@ -21,6 +21,7 @@
#include <glib.h>
#include <AudioUnit/AudioUnit.h>
#include <CoreServices/CoreServices.h>
#undef G_LOG_DOMAIN
#define G_LOG_DOMAIN "osx"