From: bejayoharen Date: Sun, 7 Oct 2012 15:31:25 +0000 (+0000) Subject: minor fix for OS X 10.7: include AudioToolbox X-Git-Tag: pa_stable_v19_20140130_r1919~32 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=109bb6fe1fc221229827115b2af2dd96b315ab32;p=portaudio minor fix for OS X 10.7: include AudioToolbox --- diff --git a/include/pa_mac_core.h b/include/pa_mac_core.h index 1d615fe..83e40a6 100644 --- a/include/pa_mac_core.h +++ b/include/pa_mac_core.h @@ -46,7 +46,7 @@ #include "portaudio.h" #include -//#include +#include #ifdef __cplusplus extern "C" {