On Wed, 22 Jun 2022, Xenia Ragiadakou wrote: > Include header <xen/gunzip.h> so that the declarations of functions > gzip_check() > and perform_gunzip(), which have external linkage, are visible before the > function definitions. > > Signed-off-by: Xenia Ragiadakou <burzalod...@gmail.com>
Reviewed-by: Stefano Stabellini <sstabell...@kernel.org> > --- > xen/common/gunzip.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/xen/common/gunzip.c b/xen/common/gunzip.c > index b9ecc17e44..aa16fec4bb 100644 > --- a/xen/common/gunzip.c > +++ b/xen/common/gunzip.c > @@ -1,4 +1,5 @@ > #include <xen/errno.h> > +#include <xen/gunzip.h> > #include <xen/init.h> > #include <xen/lib.h> > #include <xen/mm.h> > -- > 2.34.1 >