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 /include/xattr_reader.h | |
parent | 9533dc84d7addf792db4f4702b6fc7d7ddd20e78 (diff) |
Break up squashfs.h into topic related headers
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include/xattr_reader.h')
-rw-r--r-- | include/xattr_reader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xattr_reader.h b/include/xattr_reader.h index d9fe37b..9cacd35 100644 --- a/include/xattr_reader.h +++ b/include/xattr_reader.h @@ -9,8 +9,8 @@ #include "config.h" -#include "sqfs/squashfs.h" #include "sqfs/compress.h" +#include "sqfs/data.h" #include "fstree.h" typedef struct xattr_reader_t xattr_reader_t; |