From d18c083c39bb6650def0defe8ef513ffa3e197f6 Mon Sep 17 00:00:00 2001 From: Olga Krishtal Date: Thu, 26 Jan 2017 19:44:26 +0300 Subject: [PATCH] vstorage: Fix build Needed storage_util.h - missed while merging '5f07c3c07' with commit id '479a2f16'. Signed-off-by: Olga Krishtal --- src/storage/storage_backend_vstorage.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/storage/storage_backend_vstorage.c b/src/storage/storage_backend_vstorage.c index 0e945af1a5..ac1fa756c7 100644 --- a/src/storage/storage_backend_vstorage.c +++ b/src/storage/storage_backend_vstorage.c @@ -9,6 +9,7 @@ #include #include #include +#include "storage_util.h" #define VIR_FROM_THIS VIR_FROM_STORAGE