maint: add required includes

Some files do not include what they use and rely on virutil.h
to pull in the necessary header files.

Fix it.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Laine Stump <laine@redhat.com>
This commit is contained in:
Ján Tomko 2020-02-24 00:43:36 +01:00
parent 9f2d3cb472
commit bc8a1071ee
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include <config.h>
#include <unistd.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/utsname.h>

View File

@ -32,6 +32,7 @@
#include "virlog.h"
#include "virgdbus.h"
#include "virenum.h"
#include "virstring.h"
#define VIR_FROM_THIS VIR_FROM_FIREWALLD