pinos: Use correct spa/ include paths

Don't include spa/include/spa/... but just spa/..., as otherwise it is
not possible to include these (installed) header files externally.
This commit is contained in:
Wim Taymans 2017-05-11 11:47:03 +02:00
parent 5cb35d8bc1
commit 361d2b6a87
8 changed files with 19 additions and 19 deletions

View file

@ -35,7 +35,7 @@ extern "C" {
#include <pinos/client/subscribe.h>
#include <pinos/client/utils.h>
#include <spa/include/spa/type-map.h>
#include <spa/type-map.h>
void pinos_init (int *argc, char **argv[]);