cubeb: Adjust cubeb_jack to build on latest macOS

pull/2074/head
Christopher Snowhill 4 years ago committed by Connor McLaughlin
parent 7080e307dd
commit 1d7a7bc842

@ -8,7 +8,7 @@
*/
#define _DEFAULT_SOURCE
#define _BSD_SOURCE
#ifndef __FreeBSD__
#if !defined(__FreeBSD__) && !defined(__APPLE__)
#define _POSIX_SOURCE
#endif
#include <dlfcn.h>

Loading…
Cancel
Save