]> xenbits.xensource.com Git - libvirt.git/commitdiff
virstoragefile: properly include virstoragefile.h header
authorPavel Hrdina <phrdina@redhat.com>
Thu, 21 Jan 2021 15:47:52 +0000 (16:47 +0100)
committerPavel Hrdina <phrdina@redhat.com>
Fri, 22 Jan 2021 10:10:27 +0000 (11:10 +0100)
It was indirectly included by virstoragefilebackend.h.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/util/virstoragefile.c

index 0d3c2af94f0b3a754eff1be70c86bdb5e5ab3414..17579126b0db98840f2b9bf579ff740142a7285f 100644 (file)
@@ -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"