mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
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:
parent
48eadac1f1
commit
fb75367975
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ extern "C" {
|
|||
* \{
|
||||
*/
|
||||
|
||||
#include <errno.h>
|
||||
#include <spa/utils/defs.h>
|
||||
#include <spa/utils/type.h>
|
||||
#include <spa/utils/hook.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue