forked from mirrors/gstreamer-rs
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 <gst/base/base.h> | ^~~~~~~~~~~~~~~~~ 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 <gst/base/base.h> | ^~~~~~~~~~~~~~~~~
This commit is contained in:
parent
e6dc3f5b3e
commit
cd2e3aa7f1
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
// Feel free to edit this file, it won't be regenerated by gir generator unless removed.
|
||||
|
||||
#include <gst/base/base.h>
|
||||
#include <gst/allocators/allocators.h>
|
||||
|
|
Loading…
Reference in a new issue