diff options
author | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2021-07-07 16:30:18 +0300 |
---|---|---|
committer | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2021-07-28 13:19:02 +0300 |
commit | 3b9acfa96683af1f1814db53cb81670bca68fc5f (patch) | |
tree | 234d9f270e65baf096ad6273afab70d2d0806c5e /tests | |
parent | 90ac6734fc164efb3f25e7cd1fdcf91502edbd2d (diff) |
icipc: make everything build again after splitting it out of wireplumber
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/client-server.c | 2 | ||||
-rw-r--r-- | tests/protocol.c | 2 | ||||
-rw-r--r-- | tests/sender-receiver.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/client-server.c b/tests/client-server.c index da42aaf..7d1cfc6 100644 --- a/tests/client-server.c +++ b/tests/client-server.c @@ -9,7 +9,7 @@ #include <glib.h> #include <spa/pod/builder.h> #include <spa/pod/parser.h> -#include <icipc/icipc.h> +#include <icipc.h> #include <unistd.h> static bool diff --git a/tests/protocol.c b/tests/protocol.c index c8291ff..66f645e 100644 --- a/tests/protocol.c +++ b/tests/protocol.c @@ -9,7 +9,7 @@ #include <glib.h> #include <spa/pod/builder.h> #include <spa/pod/parser.h> -#include <icipc/icipc.h> +#include <icipc.h> static void test_icipc_protocol () diff --git a/tests/sender-receiver.c b/tests/sender-receiver.c index 8424074..75a10be 100644 --- a/tests/sender-receiver.c +++ b/tests/sender-receiver.c @@ -7,7 +7,7 @@ */ #include <glib.h> -#include <icipc/icipc.h> +#include <icipc.h> #include <unistd.h> struct event_data { |