diff options
author | Patrik Weiskircher <pat@icore.at> | 2009-09-20 23:30:37 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-09-20 23:30:37 +0200 |
commit | 32f212cb860d5cd91e952e4802c151101cc9c8c0 (patch) | |
tree | 107e32953628ec3dc32a45d93193c23da1684120 /src/output | |
parent | fdc479676f7f39d33287111900f0862ddb7797af (diff) | |
download | mpd-32f212cb860d5cd91e952e4802c151101cc9c8c0.tar.gz mpd-32f212cb860d5cd91e952e4802c151101cc9c8c0.tar.xz mpd-32f212cb860d5cd91e952e4802c151101cc9c8c0.zip |
output/osx: fix the OS X 10.6 build
Include CoreServices/CoreServices.h.
Diffstat (limited to 'src/output')
-rw-r--r-- | src/output/osx_plugin.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |