virsh: include virutil.h where used

Include virutil.h in all files that use it,
instead of relying on it being pulled in somehow.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
This commit is contained in:
Ján Tomko
2020-02-16 22:59:28 +01:00
parent abd68b2bdb
commit 7e0d11be5b
74 changed files with 76 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
# include "qemu/qemu_capspriv.h"
# include "virstring.h"
# include "virfilecache.h"
# include "virutil.h"
# define VIR_FROM_THIS VIR_FROM_QEMU