From: Nikolay Shirokovskiy Date: Tue, 7 Jul 2020 11:58:17 +0000 (+0300) Subject: storage: fix vstorage backend build X-Git-Tag: v6.6.0-rc1~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=606e7e0318b8e6fc31c2692f0db32c3d83c7a4cb;p=thirdparty%2Flibvirt.git storage: fix vstorage backend build Add headers with declarations of geteuid/getegid and virGetUserName/virGetGroupName. Signed-off-by: Nikolay Shirokovskiy Reviewed-by: Andrea Bolognani --- diff --git a/src/storage/storage_backend_vstorage.c b/src/storage/storage_backend_vstorage.c index 85ab8325ce..6cff9f1bfe 100644 --- a/src/storage/storage_backend_vstorage.c +++ b/src/storage/storage_backend_vstorage.c @@ -6,10 +6,12 @@ #include "storage_backend_vstorage.h" #include "virlog.h" #include "virstring.h" +#include "virutil.h" #include #include #include #include +#include #include "storage_util.h" #define VIR_FROM_THIS VIR_FROM_STORAGE