Skip to content
Snippets Groups Projects
Commit 80dc7723 authored by Eric Engestrom's avatar Eric Engestrom
Browse files

test/dbus-device-reservation: fix include path


The extra `../` only works if the build directory is an immediate child of the
source directory. In all the other configurations this breaks the build.

Dropping the extra `../` makes use of the `-I${SOURCE_DIR}` provided by meson.

Signed-off-by: default avatarEric Engestrom <eric@engestrom.ch>
parent 8c209ecf
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
#include <wp/wp.h>
#include <pipewire/pipewire.h>
#include "../../../modules/module-monitor/dbus-device-reservation.h"
#include "../../modules/module-monitor/dbus-device-reservation.h"
typedef struct {
GTestDBus *dbus_test;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment