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:
Barnabás Pőcze 2023-09-30 17:20:01 +02:00
parent ee6e7021f0
commit 2e9633b6f6

View file

@ -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