spa: fix a missing include

This commit is contained in:
Peter Hutterer 2021-06-07 13:15:16 +10:00
parent ec39cbee68
commit 10270621c2

View file

@ -31,6 +31,7 @@ extern "C" {
#include <stdarg.h>
#include <spa/utils/type.h>
#include <spa/utils/defs.h>
#include <spa/utils/hook.h>