diff options
author | Wim Taymans <wtaymans@redhat.com> | 2018-08-14 13:05:10 +0200 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2018-08-14 15:30:48 +0200 |
commit | c710b6f6a4b3146f9239022ee61a6369f6b8d960 (patch) | |
tree | bf28aed630c8078ea8aeeacd9ac85c1273018fa4 /spa/tools | |
parent | a6ad8f747f60a9634f708a8aaf97e7b6e1275f30 (diff) |
debug: add specific format debug
Diffstat (limited to 'spa/tools')
-rw-r--r-- | spa/tools/spa-inspect.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spa/tools/spa-inspect.c b/spa/tools/spa-inspect.c index 0b7887bf..ddf66125 100644 --- a/spa/tools/spa-inspect.c +++ b/spa/tools/spa-inspect.c @@ -32,6 +32,7 @@ #include <spa/param/param.h> #include <spa/param/format.h> #include <spa/debug/dict.h> +#include <spa/debug/pod.h> #include <spa/debug/format.h> static SPA_TYPE_MAP_IMPL(default_map, 4096); |