Commit f43e2375 authored by Felix Paul Kühne's avatar Felix Paul Kühne

auhal: fixed compilation against the 10.6 SDK

parent 6e9dfd31
......@@ -39,6 +39,9 @@
#include <CoreAudio/CoreAudio.h>
#include <AudioUnit/AudioUnit.h>
#include <AudioToolbox/AudioFormat.h>
#include <AudioUnit/AudioComponent.h>
#include <CoreServices/CoreServices.h>
#ifndef verify_noerr
#define verify_noerr(a) assert((a) == noErr)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment