build: Fix build after recent PipeWire header changes

PipeWire headers were recently cleaned up to reduce the number of
included headers. This leads to a number of functions and types not
being included when needed in wireplumber.
This commit is contained in:
Bastien Nocera
2019-11-03 16:01:58 +01:00
committed by George Kiagiadakis
parent b94cc897ac
commit e8fadbcbda
6 changed files with 10 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
#include "error.h"
#include <pipewire/pipewire.h>
#include <spa/pod/builder.h>
struct _WpProxyNode
{