mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
Define ENODATA if it isn't defined.
This commit is contained in:
parent
fd544544ab
commit
af5ba6cf4c
1 changed files with 3 additions and 0 deletions
|
|
@ -24,6 +24,9 @@
|
|||
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#ifndef ENODATA
|
||||
#define ENODATA 9919
|
||||
#endif
|
||||
#include <sys/random.h>
|
||||
|
||||
#include <spa/debug/types.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue