pipewire: thread: include "private.h"

So that the definition of `pw_thread_fill_attr()` is
checked against the declaration.
This commit is contained in:
Barnabás Pőcze 2023-07-01 22:30:42 +02:00
parent 3bb32fb592
commit aed06dff67

View file

@ -12,8 +12,8 @@
#include <spa/utils/list.h>
#include <pipewire/log.h>
#include "thread.h"
#include <pipewire/private.h>
#include <pipewire/thread.h>
#define CHECK(expression,label) \
do { \