diff options
Diffstat (limited to 'include/gzip.h')
-rw-r--r-- | include/gzip.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gzip.h b/include/gzip.h index 2e340673c3..783acbb60d 100644 --- a/include/gzip.h +++ b/include/gzip.h @@ -7,6 +7,8 @@ #ifndef __GZIP_H #define __GZIP_H +struct blk_desc; + /** * gzip_parse_header() - Parse a header from a gzip file * |