mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
impl-core: also include fcntl.h on non-freebsd builds to compile getrandom
This commit is contained in:
parent
6c4d27da9f
commit
05beb04259
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@
|
|||
# define GETRANDOM_FALLBACK 1
|
||||
# endif
|
||||
# else
|
||||
# include <fcntl.h>
|
||||
# define GETRANDOM_FALLBACK 1
|
||||
# endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue