mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
spa: debug: log: add missing includes
Include `spa/debug/{pod,format,mem,dict}.h` for the declarations
of `spa_debugc_{pod,format,mem,dict}()`.
This commit is contained in:
parent
ee6e7021f0
commit
2e9633b6f6
1 changed files with 4 additions and 0 deletions
|
|
@ -15,6 +15,10 @@ extern "C" {
|
|||
#include <spa/utils/defs.h>
|
||||
#include <spa/support/log.h>
|
||||
#include <spa/debug/context.h>
|
||||
#include <spa/debug/dict.h>
|
||||
#include <spa/debug/format.h>
|
||||
#include <spa/debug/mem.h>
|
||||
#include <spa/debug/pod.h>
|
||||
|
||||
/**
|
||||
* \addtogroup spa_debug
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue