diff options
Diffstat (limited to 'tests/tar_xattr_bin.c')
-rw-r--r-- | tests/tar_xattr_bin.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/tar_xattr_bin.c b/tests/tar_xattr_bin.c index 88bf3fd..5f45c15 100644 --- a/tests/tar_xattr_bin.c +++ b/tests/tar_xattr_bin.c @@ -4,7 +4,9 @@ * * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at> */ -#include "test_tar.h" +#include "config.h" +#include "tar.h" +#include "test.h" static const uint8_t value[] = { 0x00, 0x00, 0x00, 0x02, |