mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
Move ENODATA definition into the utils.h header for more visibility.
This commit is contained in:
parent
01096bf669
commit
a83d3e56c6
2 changed files with 4 additions and 3 deletions
|
|
@ -5,9 +5,6 @@
|
|||
#include "config.h"
|
||||
|
||||
#include <unistd.h>
|
||||
#ifndef ENODATA
|
||||
#define ENODATA 9919
|
||||
#endif
|
||||
|
||||
#include <spa/debug/types.h>
|
||||
#include <spa/utils/string.h>
|
||||
|
|
|
|||
|
|
@ -16,6 +16,10 @@ extern "C" {
|
|||
# include <sys/mount.h>
|
||||
#endif
|
||||
|
||||
#ifndef ENODATA
|
||||
#define ENODATA 9919
|
||||
#endif
|
||||
|
||||
#include <spa/utils/defs.h>
|
||||
#include <spa/pod/pod.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue