From 7c4b2a289cab34e4ec1b966663530a7babf08707 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sat, 31 Oct 2020 21:31:39 +0100 Subject: Backport changes to the test setup Signed-off-by: David Oberhollenzer --- tests/tar_sparse.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/tar_sparse.c') diff --git a/tests/tar_sparse.c b/tests/tar_sparse.c index 50940d0..4060aef 100644 --- a/tests/tar_sparse.c +++ b/tests/tar_sparse.c @@ -4,7 +4,9 @@ * * Copyright (C) 2019 David Oberhollenzer */ -#include "test_tar.h" +#include "config.h" +#include "tar.h" +#include "test.h" static void test_case_sparse(const char *path) { -- cgit v1.2.3