cubeb: Adjust cubeb_jack to build on latest macOS
This commit is contained in:
parent
7080e307dd
commit
1d7a7bc842
|
@ -8,7 +8,7 @@
|
||||||
*/
|
*/
|
||||||
#define _DEFAULT_SOURCE
|
#define _DEFAULT_SOURCE
|
||||||
#define _BSD_SOURCE
|
#define _BSD_SOURCE
|
||||||
#ifndef __FreeBSD__
|
#if !defined(__FreeBSD__) && !defined(__APPLE__)
|
||||||
#define _POSIX_SOURCE
|
#define _POSIX_SOURCE
|
||||||
#endif
|
#endif
|
||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
|
|
Loading…
Reference in New Issue