mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
Define empty struct ucred on FreeBSD.
This commit is contained in:
parent
aec64336fe
commit
ef3ebbed46
1 changed files with 5 additions and 0 deletions
|
|
@ -47,6 +47,11 @@ extern "C" {
|
||||||
#include <spa/utils/result.h>
|
#include <spa/utils/result.h>
|
||||||
#include <spa/utils/type-info.h>
|
#include <spa/utils/type-info.h>
|
||||||
|
|
||||||
|
#ifdef __FreeBSD__
|
||||||
|
struct ucred {
|
||||||
|
};
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef spa_debug
|
#ifndef spa_debug
|
||||||
#define spa_debug pw_log_trace
|
#define spa_debug pw_log_trace
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue