pulse-server: add missing definitions for FreeBSD

Define struct statfs and LOCAL_PEERCRED for FreeBSD.

Fixes: 62832609c1
This commit is contained in:
Evgeniy Khramtsov 2021-06-25 18:04:24 +03:00
parent 417c9ab887
commit 3ba62287ad

View file

@ -26,6 +26,8 @@
#define PULSE_SERVER_UTILS_H #define PULSE_SERVER_UTILS_H
#include <stddef.h> #include <stddef.h>
#include <sys/un.h>
#include <sys/mount.h>
struct client; struct client;
struct pw_context; struct pw_context;