From 93bd18ccc5c9403c2c9c476fd139b4057827332b Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 29 Sep 2017 12:18:38 +0200 Subject: [PATCH] fix build of test --- spa/tests/meson.build | 2 +- spa/tests/test-graph.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spa/tests/meson.build b/spa/tests/meson.build index 3f26d1e76..e6e45563e 100644 --- a/spa/tests/meson.build +++ b/spa/tests/meson.build @@ -9,7 +9,7 @@ executable('test-ringbuffer', 'test-ringbuffer.c', link_with : spalib, install : false) executable('test-graph', 'test-graph.c', - include_directories : [spa_inc ], + include_directories : [spa_inc, spa_libinc ], dependencies : [dl_lib, pthread_lib], link_with : spalib, install : false) diff --git a/spa/tests/test-graph.c b/spa/tests/test-graph.c index 2ac0886c3..35a17a179 100644 --- a/spa/tests/test-graph.c +++ b/spa/tests/test-graph.c @@ -38,7 +38,7 @@ #include #include -#include +#include static SPA_TYPE_MAP_IMPL(default_map, 4096); static SPA_LOG_IMPL(default_log);