From 606e7e0318b8e6fc31c2692f0db32c3d83c7a4cb Mon Sep 17 00:00:00 2001 From: Nikolay Shirokovskiy Date: Tue, 7 Jul 2020 14:58:17 +0300 Subject: [PATCH] storage: fix vstorage backend build Add headers with declarations of geteuid/getegid and virGetUserName/virGetGroupName. Signed-off-by: Nikolay Shirokovskiy Reviewed-by: Andrea Bolognani --- src/storage/storage_backend_vstorage.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.2