mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
test: unbreak FreeBSD
This commit is contained in:
parent
6186fc775d
commit
c3d7561d17
3 changed files with 5 additions and 2 deletions
|
|
@ -283,7 +283,7 @@ if cc.has_function('sigabbrev_np', prefix : '#include <string.h>', args : [ '-D_
|
|||
cdata.set('HAVE_SIGABBREV_NP', 1)
|
||||
endif
|
||||
|
||||
if cc.get_define('SYS_pidfd_open', prefix : '#include <syscall.h>') != ''
|
||||
if cc.get_define('SYS_pidfd_open', prefix : '#include <sys/syscall.h>') != ''
|
||||
cdata.set('HAVE_PIDFD_OPEN', 1)
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue