From 7b4e3bab5bd034337694c71169b56dc3bba4016e Mon Sep 17 00:00:00 2001 From: Pavel Hrdina Date: Thu, 21 Jan 2021 16:47:52 +0100 Subject: [PATCH] virstoragefile: properly include virstoragefile.h header It was indirectly included by virstoragefilebackend.h. Signed-off-by: Pavel Hrdina Reviewed-by: Peter Krempa --- src/util/virstoragefile.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"