]> Repos - portaudio/commitdiff
minor fix for OS X 10.7: include AudioToolbox
authorbejayoharen <bejayoharen@0f58301d-fd10-0410-b4af-bbb618454e57>
Sun, 7 Oct 2012 15:31:25 +0000 (15:31 +0000)
committerbejayoharen <bejayoharen@0f58301d-fd10-0410-b4af-bbb618454e57>
Sun, 7 Oct 2012 15:31:25 +0000 (15:31 +0000)
include/pa_mac_core.h

index 1d615feed471c111a9fdfbcc6e4adcc78839ab04..83e40a6ac5b9db6ea1a90c4ace1e42ba992e634a 100644 (file)
@@ -46,7 +46,7 @@
 #include "portaudio.h"
 
 #include <AudioUnit/AudioUnit.h>
-//#include <AudioToolbox/AudioToolbox.h>
+#include <AudioToolbox/AudioToolbox.h>
 
 #ifdef __cplusplus
 extern "C" {