From 32d5d04642b386b63d8536d8ac360d9d06412fd9 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Tue, 10 Jun 2025 15:42:06 +0200 Subject: [PATCH] meson: fix relative path of libvlc_internal.h --- test/src/input/decoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/input/decoder.c b/test/src/input/decoder.c index 9e33db481b..70d2fb3578 100644 --- a/test/src/input/decoder.c +++ b/test/src/input/decoder.c @@ -34,7 +34,7 @@ #include #include -#include "../../lib/libvlc_internal.h" +#include "../../../lib/libvlc_internal.h" #include "common.h" #include "decoder.h"