From: Pavel Hrdina Date: Thu, 21 Jan 2021 15:47:52 +0000 (+0100) Subject: virstoragefile: properly include virstoragefile.h header X-Git-Tag: v7.1.0-rc1~511 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b4e3bab5bd034337694c71169b56dc3bba4016e;p=thirdparty%2Flibvirt.git virstoragefile: properly include virstoragefile.h header It was indirectly included by virstoragefilebackend.h. Signed-off-by: Pavel Hrdina Reviewed-by: Peter Krempa --- diff --git a/src/util/virstoragefile.c b/src/util/virstoragefile.c index 0d3c2af94f..17579126b0 100644 --- a/src/util/virstoragefile.c +++ b/src/util/virstoragefile.c @@ -20,7 +20,7 @@ */ #include -#include "virstoragefilebackend.h" +#include "virstoragefile.h" #include #include @@ -38,6 +38,7 @@ #include "virbuffer.h" #include "virjson.h" #include "virstorageencryption.h" +#include "virstoragefilebackend.h" #include "virsecret.h" #include "virutil.h"