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"