mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04: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/type-info.h>
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
struct ucred {
|
||||
};
|
||||
#endif
|
||||
|
||||
#ifndef spa_debug
|
||||
#define spa_debug pw_log_trace
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue