vstorage: Fix build

Needed storage_util.h - missed while merging '5f07c3c07' with
commit id '479a2f16'.

Signed-off-by: Olga Krishtal <okrishtal@virtuozzo.com>
This commit is contained in:
Olga Krishtal 2017-01-26 19:44:26 +03:00 committed by John Ferlan
parent 448e2d5e94
commit d18c083c39

View File

@ -9,6 +9,7 @@
#include <mntent.h>
#include <pwd.h>
#include <grp.h>
#include "storage_util.h"
#define VIR_FROM_THIS VIR_FROM_STORAGE