It was indirectly included by virstoragefilebackend.h.
Signed-off-by: Pavel Hrdina <phrdina(a)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