git: 76fa62b5232e - main - bhyve: add missing include to qemu_fwcfg.c

From: Corvin Köhne <corvink_at_FreeBSD.org>
Date: Tue, 04 Apr 2023 11:28:45 UTC
The branch main has been updated by corvink:

URL: https://cgit.FreeBSD.org/src/commit/?id=76fa62b5232e67ef10476cf1329aaceb9cbc2ff5

commit 76fa62b5232e67ef10476cf1329aaceb9cbc2ff5
Author:     Corvin Köhne <corvink@FreeBSD.org>
AuthorDate: 2023-04-04 11:22:58 +0000
Commit:     Corvin Köhne <corvink@FreeBSD.org>
CommitDate: 2023-04-04 11:28:37 +0000

    bhyve: add missing include to qemu_fwcfg.c
    
    Fixes:                  e46be58cca6bd180dadfb36e98a673ae6d8d2cd1 ("bhyve: add QEMU_FWCFG_INDEX_NB_CPUS item")
    MFC after:              1 week
    Sponsored by:           Beckhoff Automation GmbH & Co. KG
---
 usr.sbin/bhyve/qemu_fwcfg.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/usr.sbin/bhyve/qemu_fwcfg.c b/usr.sbin/bhyve/qemu_fwcfg.c
index 01010a64d3f7..65899cd3ad37 100644
--- a/usr.sbin/bhyve/qemu_fwcfg.c
+++ b/usr.sbin/bhyve/qemu_fwcfg.c
@@ -16,6 +16,7 @@
 #include <string.h>
 
 #include "acpi_device.h"
+#include "bhyverun.h"
 #include "inout.h"
 #include "pci_lpc.h"
 #include "qemu_fwcfg.h"