summaryrefslogtreecommitdiff
path: root/tests/check/libs/sparsefile.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check/libs/sparsefile.c')
-rw-r--r--tests/check/libs/sparsefile.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/check/libs/sparsefile.c b/tests/check/libs/sparsefile.c
index c8cc78c6ad..6d291b44bf 100644
--- a/tests/check/libs/sparsefile.c
+++ b/tests/check/libs/sparsefile.c
@@ -28,7 +28,8 @@
#include <gst/check/gstcheck.h>
-#include <gst/base/gstsparsefile.h>
+/* not public API for now */
+#include "../../../plugins/elements/gstsparsefile.c"
static void
expect_range_before (GstSparseFile * file, gsize offset, gsize start,