test: Fix filesystem tests always being skipped
[pandora-u-boot.git] / include / gzip.h
index 2e34067..783acbb 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef __GZIP_H
 #define __GZIP_H
 
+struct blk_desc;
+
 /**
  * gzip_parse_header() - Parse a header from a gzip file
  *