bhyve: Include vmm.h via the usual path

No functional change intended.

MFC after:	1 week
Sponsored by:	Innovate UK
This commit is contained in:
Mark Johnston 2023-06-08 17:25:25 -04:00
parent 6d1dfc8741
commit 1da1a26436

View File

@ -31,7 +31,7 @@ __FBSDID("$FreeBSD$");
#include <sys/errno.h>
#include <sys/tree.h>
#include <amd64/include/vmm.h>
#include <machine/vmm.h>
#include <x86/include/apicreg.h>
struct vm;
struct vm_hpet_cap;