1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

cope with recent vmm changes

This commit is contained in:
anton 2023-04-27 05:42:44 +00:00
parent f3b5f31a97
commit a6c219455f

View File

@ -1,4 +1,4 @@
/* $OpenBSD: vcpu.c,v 1.4 2023/04/23 18:38:55 anton Exp $ */
/* $OpenBSD: vcpu.c,v 1.5 2023/04/27 05:42:44 anton Exp $ */
/*
* Copyright (c) 2022 Dave Voutila <dv@openbsd.org>
@ -23,6 +23,8 @@
#include <machine/specialreg.h>
#include <machine/vmmvar.h>
#include <dev/vmm/vmm.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>