mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
pulse-server: move defines to the common utils.h
Previous commit was an older version that got accidentally pushed.
Improves: 3ba62287ad
This commit is contained in:
parent
3ba62287ad
commit
cb6dbd165a
2 changed files with 2 additions and 2 deletions
|
|
@ -26,8 +26,6 @@
|
|||
#define PULSE_SERVER_UTILS_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <sys/un.h>
|
||||
#include <sys/mount.h>
|
||||
|
||||
struct client;
|
||||
struct pw_context;
|
||||
|
|
|
|||
|
|
@ -30,6 +30,8 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#include <string.h>
|
||||
#include <sys/un.h>
|
||||
#include <sys/mount.h>
|
||||
|
||||
#include <spa/utils/defs.h>
|
||||
#include <spa/pod/pod.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue