diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-09-01 15:53:44 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-09-01 15:53:44 +0200 |
commit | a901d77efe116938bdaf5c0fc6075141ebb2bafc (patch) | |
tree | a6f97a891410c4159c80eafeb23b7d34c92f970f /tar | |
parent | 9533dc84d7addf792db4f4702b6fc7d7ddd20e78 (diff) |
Break up squashfs.h into topic related headers
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tar')
-rw-r--r-- | tar/tar2sqfs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tar/tar2sqfs.c b/tar/tar2sqfs.c index af8cdf0..1e70562 100644 --- a/tar/tar2sqfs.c +++ b/tar/tar2sqfs.c @@ -6,9 +6,10 @@ */ #include "config.h" -#include "sqfs/squashfs.h" #include "sqfs/compress.h" #include "sqfs/id_table.h" +#include "sqfs/xattr.h" +#include "sqfs/data.h" #include "data_writer.h" #include "highlevel.h" #include "fstree.h" |