git: 1da1a2643649 - main - bhyve: Include vmm.h via the usual path
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 19 Jun 2023 19:54:35 UTC
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=1da1a2643649ef83a5ddb2df16010dd2a48c1347
commit 1da1a2643649ef83a5ddb2df16010dd2a48c1347
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2023-06-08 21:25:25 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2023-06-19 19:45:19 +0000
bhyve: Include vmm.h via the usual path
No functional change intended.
MFC after: 1 week
Sponsored by: Innovate UK
---
usr.sbin/bhyve/kernemu_dev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr.sbin/bhyve/kernemu_dev.c b/usr.sbin/bhyve/kernemu_dev.c
index b3986cfc152b..d66c5b7d2b70 100644
--- a/usr.sbin/bhyve/kernemu_dev.c
+++ b/usr.sbin/bhyve/kernemu_dev.c
@@ -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;