From: Roman Bogorodskiy Date: Sun, 12 Jun 2016 07:56:11 +0000 (+0300) Subject: bhyve: add missing virhost(cpu|mem).h headers X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=f2f6eb2ac560f55ea04ea6b52522dace4053a108;p=libvirt.git bhyve: add missing virhost(cpu|mem).h headers --- diff --git a/src/bhyve/bhyve_driver.c b/src/bhyve/bhyve_driver.c index 6d21c2e93f..4ed57027c7 100644 --- a/src/bhyve/bhyve_driver.c +++ b/src/bhyve/bhyve_driver.c @@ -51,6 +51,8 @@ #include "cpu/cpu.h" #include "viraccessapicheck.h" #include "nodeinfo.h" +#include "virhostcpu.h" +#include "virhostmem.h" #include "bhyve_device.h" #include "bhyve_driver.h"