diff options
author | Anton Lindqvist <anton@cvs.openbsd.org> | 2023-04-27 05:42:45 +0000 |
---|---|---|
committer | Anton Lindqvist <anton@cvs.openbsd.org> | 2023-04-27 05:42:45 +0000 |
commit | 41118ce94bad9425d6eee03ee4160d69ffefd827 (patch) | |
tree | fc6f4e49af14930485d6fab8a13bfc3070c080c0 /regress/sys | |
parent | 31243b0e328eab1a29a2967685481b0dc10117f4 (diff) |
cope with recent vmm changes
Diffstat (limited to 'regress/sys')
-rw-r--r-- | regress/sys/arch/amd64/vmm/vcpu.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/sys/arch/amd64/vmm/vcpu.c b/regress/sys/arch/amd64/vmm/vcpu.c index 719fa6d9cec..f221b58f75c 100644 --- a/regress/sys/arch/amd64/vmm/vcpu.c +++ b/regress/sys/arch/amd64/vmm/vcpu.c @@ -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> |