diff options
Diffstat (limited to 'include/tar.h')
-rw-r--r-- | include/tar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/tar.h b/include/tar.h index 44db5fe..38f6289 100644 --- a/include/tar.h +++ b/include/tar.h @@ -13,6 +13,7 @@ #include <stdbool.h> #include <stdint.h> +#include "sqfs/io.h" #include "util.h" typedef struct { @@ -74,7 +75,7 @@ typedef struct { struct stat sb; char *name; char *link_target; - sparse_map_t *sparse; + sqfs_sparse_map_t *sparse; uint64_t actual_size; uint64_t record_size; bool unknown_record; |