From aed06dff67824c5b568d15996e5dda4754ff435d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A1s=20P=C5=91cze?= Date: Sat, 1 Jul 2023 22:30:42 +0200 Subject: [PATCH] pipewire: thread: include "private.h" So that the definition of `pw_thread_fill_attr()` is checked against the declaration. --- src/pipewire/thread.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pipewire/thread.c b/src/pipewire/thread.c index c957b3877..d845f1477 100644 --- a/src/pipewire/thread.c +++ b/src/pipewire/thread.c @@ -12,8 +12,8 @@ #include #include - -#include "thread.h" +#include +#include #define CHECK(expression,label) \ do { \