cubeb: Adjust cubeb_jack to build on latest macOS

This commit is contained in:
Christopher Snowhill 2021-05-01 17:57:32 -07:00 committed by Connor McLaughlin
parent 7080e307dd
commit 1d7a7bc842
1 changed files with 1 additions and 1 deletions

View File

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