git: 861fae6089cd - stable/13 - bhyve: Include vmm.h via the usual path

From: Mark Johnston <markj_at_FreeBSD.org>
Date: Mon, 26 Jun 2023 19:52:33 UTC
The branch stable/13 has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=861fae6089cd75641ebb2ca629d30da95d158473

commit 861fae6089cd75641ebb2ca629d30da95d158473
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2023-06-08 21:25:25 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2023-06-26 19:52:08 +0000

    bhyve: Include vmm.h via the usual path
    
    No functional change intended.
    
    MFC after:      1 week
    Sponsored by:   Innovate UK
    
    (cherry picked from commit 1da1a2643649ef83a5ddb2df16010dd2a48c1347)
---
 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 2fa0c3dc1f35..503c40462715 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;