mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-16 07:00:00 -05:00
pipewire: thread: include "private.h"
So that the definition of `pw_thread_fill_attr()` is checked against the declaration.
This commit is contained in:
parent
3bb32fb592
commit
aed06dff67
1 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,8 @@
|
||||||
#include <spa/utils/list.h>
|
#include <spa/utils/list.h>
|
||||||
|
|
||||||
#include <pipewire/log.h>
|
#include <pipewire/log.h>
|
||||||
|
#include <pipewire/private.h>
|
||||||
#include "thread.h"
|
#include <pipewire/thread.h>
|
||||||
|
|
||||||
#define CHECK(expression,label) \
|
#define CHECK(expression,label) \
|
||||||
do { \
|
do { \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue