Date: Tue, 4 Apr 2023 11:28:45 GMT From: =?utf-8?Q?Corvin=20K=C3=B6hne?= <corvink@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 76fa62b5232e - main - bhyve: add missing include to qemu_fwcfg.c Message-ID: <202304041128.334BSj65003486@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304041128.334BSj65003486>