aboutsummaryrefslogtreecommitdiffstats
path: root/macosx-support-lib-patches/portaudio-pa_mac_core.h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'macosx-support-lib-patches/portaudio-pa_mac_core.h.patch')
-rw-r--r--macosx-support-lib-patches/portaudio-pa_mac_core.h.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/macosx-support-lib-patches/portaudio-pa_mac_core.h.patch b/macosx-support-lib-patches/portaudio-pa_mac_core.h.patch
new file mode 100644
index 0000000000..9641fe02f2
--- /dev/null
+++ b/macosx-support-lib-patches/portaudio-pa_mac_core.h.patch
@@ -0,0 +1,11 @@
+--- include/pa_mac_core.h.dist 2011-07-09 08:01:52.000000000 -0700
++++ include/pa_mac_core.h 2012-08-11 12:14:25.000000000 -0700
+@@ -46,7 +46,7 @@
+ #include "portaudio.h"
+
+ #include <AudioUnit/AudioUnit.h>
+-//#include <AudioToolbox/AudioToolbox.h>
++#include <AudioToolbox/AudioToolbox.h>
+
+ #ifdef __cplusplus
+ extern "C" {