aboutsummaryrefslogtreecommitdiff
path: root/unpack
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 /unpack
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 'unpack')
-rw-r--r--unpack/rdsquashfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/unpack/rdsquashfs.h b/unpack/rdsquashfs.h
index 26c5d08..182baa5 100644
--- a/unpack/rdsquashfs.h
+++ b/unpack/rdsquashfs.h
@@ -9,6 +9,7 @@
#include "config.h"
+#include "sqfs/xattr_reader.h"
#include "sqfs/meta_reader.h"
#include "sqfs/data_reader.h"
#include "sqfs/compress.h"