aboutsummaryrefslogtreecommitdiff
path: root/tar
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-09-28 15:17:55 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-09-28 15:19:30 +0200
commit259f08007a0a3a144e545623479bf2c05c0adb43 (patch)
tree76757a69d6a6c8923c13e42b99b668466972c0c9 /tar
parent1a1a4d436974d6b3a2abc21c14d032c4625753fb (diff)
Move declarations for sqfs_xattr_reader_t to a seperate header
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tar')
-rw-r--r--tar/sqfs2tar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tar/sqfs2tar.c b/tar/sqfs2tar.c
index 9001c5a..af9e9ca 100644
--- a/tar/sqfs2tar.c
+++ b/tar/sqfs2tar.c
@@ -9,6 +9,7 @@
#include "sqfs/meta_reader.h"
#include "sqfs/compress.h"
#include "sqfs/data_reader.h"
+#include "sqfs/xattr_reader.h"
#include "highlevel.h"
#include "util.h"
#include "tar.h"