]> Repos - portaudio/commitdiff
added two includes which should not be necessary but seem to help compiling in snow...
authorbjornroche <bjornroche@0f58301d-fd10-0410-b4af-bbb618454e57>
Thu, 22 Oct 2009 17:51:07 +0000 (17:51 +0000)
committerbjornroche <bjornroche@0f58301d-fd10-0410-b4af-bbb618454e57>
Thu, 22 Oct 2009 17:51:07 +0000 (17:51 +0000)
src/hostapi/coreaudio/pa_mac_core_internal.h

index 291304c7e3c6f704edfb2b568a2d603b605e7c94..1797cbafd4375ca316fae2e2a3ba34019f8123fe 100644 (file)
 #ifndef PA_MAC_CORE_INTERNAL_H__
 #define PA_MAC_CORE_INTERNAL_H__
 
+#include <CoreAudio/CoreAudio.h>
+#include <CoreServices/CoreServices.h>
 #include <AudioUnit/AudioUnit.h>
 #include <AudioToolbox/AudioToolbox.h>
 
-
 #include "portaudio.h"
 #include "pa_util.h"
 #include "pa_hostapi.h"