cope with recent vmm changes
authoranton <anton@openbsd.org>
Thu, 27 Apr 2023 05:42:44 +0000 (05:42 +0000)
committeranton <anton@openbsd.org>
Thu, 27 Apr 2023 05:42:44 +0000 (05:42 +0000)
regress/sys/arch/amd64/vmm/vcpu.c

index 719fa6d..f221b58 100644 (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>