From cd2e3aa7f1bb24affb11248b95578fe1e29525b5 Mon Sep 17 00:00:00 2001 From: Philippe Normand Date: Mon, 21 Mar 2022 16:48:42 +0000 Subject: [PATCH] allocators: Fix manual ABI test Fixing this build error: In file included from tests/layout.c:6: tests/manual.h:3:10: fatal error: gst/base/base.h: No such file or directory 3 | #include | ^~~~~~~~~~~~~~~~~ compilation terminated. test cross_validate_layout_with_c ... FAILED In file included from tests/constant.c:6: tests/manual.h:3:10: fatal error: gst/base/base.h: No such file or directory 3 | #include | ^~~~~~~~~~~~~~~~~ --- gstreamer-allocators/sys/tests/manual.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gstreamer-allocators/sys/tests/manual.h b/gstreamer-allocators/sys/tests/manual.h index 144bbeeed..ecf769e4c 100644 --- a/gstreamer-allocators/sys/tests/manual.h +++ b/gstreamer-allocators/sys/tests/manual.h @@ -1,3 +1,3 @@ // Feel free to edit this file, it won't be regenerated by gir generator unless removed. -#include +#include