[libvirt PATCH v2 02/13] virstoragefile: properly include virstoragefile.h header

Pavel Hrdina phrdina at redhat.com
Thu Jan 21 19:34:16 UTC 2021


It was indirectly included by virstoragefilebackend.h.

Signed-off-by: Pavel Hrdina <phrdina at redhat.com>
---
 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 <config.h>
-#include "virstoragefilebackend.h"
+#include "virstoragefile.h"
 
 #include <unistd.h>
 #include <fcntl.h>
@@ -38,6 +38,7 @@
 #include "virbuffer.h"
 #include "virjson.h"
 #include "virstorageencryption.h"
+#include "virstoragefilebackend.h"
 #include "virsecret.h"
 #include "virutil.h"
 
-- 
2.29.2




More information about the libvir-list mailing list