From: Olga Krishtal Date: Thu, 26 Jan 2017 16:44:26 +0000 (+0300) Subject: vstorage: Fix build X-Git-Tag: CVE-2017-2635~234 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d18c083c39bb6650def0defe8ef513ffa3e197f6;p=thirdparty%2Flibvirt.git vstorage: Fix build Needed storage_util.h - missed while merging '5f07c3c07' with commit id '479a2f16'. Signed-off-by: Olga Krishtal --- 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