summaryrefslogtreecommitdiff
path: root/config/sysdeps/portaudio.h
blob: 2b3adfe721e0de245e8564ad7068f445f2aa501b (plain)
1
2
3
4
5
6
7
8
#ifndef _jack_sysdep_portaudio_h_
#define _jack_sysdep_portaudio_h_

#if defined(__MACH__) && defined(__APPLE__)
#include <PortAudio.h>
#endif

#endif /* _jack_sysdep_portaudio_h_ */