spa: add a missing include

../spa/include/spa/node/node.h:639:14: error: ‘ENOTSUP’ was not declared in this scope
This commit is contained in:
Peter Hutterer 2021-06-07 13:30:36 +10:00 committed by Wim Taymans
parent 48eadac1f1
commit fb75367975

View file

@ -38,6 +38,7 @@ extern "C" {
* \{ * \{
*/ */
#include <errno.h>
#include <spa/utils/defs.h> #include <spa/utils/defs.h>
#include <spa/utils/type.h> #include <spa/utils/type.h>
#include <spa/utils/hook.h> #include <spa/utils/hook.h>