mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
utils.h: Include <errno.h> to get ENODATA
This commit is contained in:
parent
a9cc3f2813
commit
c5ff3c8e3c
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ extern "C" {
|
|||
#ifndef _POSIX_C_SOURCE
|
||||
# include <sys/mount.h>
|
||||
#endif
|
||||
#include <errno.h>
|
||||
|
||||
#ifndef ENODATA
|
||||
#define ENODATA 9919
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue