]> xenbits.xensource.com Git - libvirt.git/commitdiff
bhyve: add missing virhost(cpu|mem).h headers
authorRoman Bogorodskiy <bogorodskiy@gmail.com>
Sun, 12 Jun 2016 07:56:11 +0000 (10:56 +0300)
committerRoman Bogorodskiy <bogorodskiy@gmail.com>
Sun, 12 Jun 2016 07:56:11 +0000 (10:56 +0300)
src/bhyve/bhyve_driver.c

index 6d21c2e93f8587e5e26e817010ced56f4e66c3ad..4ed57027c771a1ed531f5c5f01d4d266053bfa5e 100644 (file)
@@ -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"