mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Fix build on recent FreeBSD 13-STABLE
This commit is contained in:
parent
44b18b86cd
commit
6c5c3dc090
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,8 @@
|
|||
|
||||
#ifdef __FreeBSD__
|
||||
#include <sys/param.h>
|
||||
#if __FreeBSD_version < 1400043
|
||||
#if (__FreeBSD_version >= 1400000 && __FreeBSD_version < 1400043) \
|
||||
|| (__FreeBSD_version < 1300523)
|
||||
static int sched_getcpu(void) { return -1; };
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue