summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'libsparse/sparse_file.h')
-rw-r--r--libsparse/sparse_file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsparse/sparse_file.h b/libsparse/sparse_file.h
index 05a78d96e..fae1c168c 100644
--- a/libsparse/sparse_file.h
+++ b/libsparse/sparse_file.h
@@ -23,6 +23,7 @@ struct sparse_file {
23 unsigned int block_size; 23 unsigned int block_size;
24 int64_t len; 24 int64_t len;
25 25
26 struct backed_block_list *backed_block_list;
26 struct output_file *out; 27 struct output_file *out;
27}; 28};
28 29