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:
parent
f588f3cd5d
commit
7060043727
6 changed files with 4 additions and 3 deletions
|
|
@ -43,6 +43,7 @@
|
|||
* @ingroup public_header
|
||||
* @brief JACK-specific PortAudio API extension header file.
|
||||
*/
|
||||
|
||||
#include "portaudio.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Reference in a new issue