From: anton Date: Thu, 27 Apr 2023 05:42:44 +0000 (+0000) Subject: cope with recent vmm changes X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a6c219455f059179051417c0ede493a110aa2064;p=openbsd cope with recent vmm changes --- 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 @@ -23,6 +23,8 @@ #include #include +#include + #include #include #include