added #include portaudio.h to pa_mac_core.h so it is consistent with all other host-api specific headers. closes ticket #7

This commit is contained in:
rossb 2011-02-04 10:41:58 +00:00
commit 7060043727
6 changed files with 4 additions and 3 deletions

View file

@ -43,6 +43,7 @@
* @ingroup public_header
* @brief JACK-specific PortAudio API extension header file.
*/
#include "portaudio.h"
#ifdef __cplusplus