diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2023-04-26 16:12:22 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2023-04-26 16:12:22 +0000 |
commit | 2acd6004cb1cc7af64cfdf51e2e2e8a4b20c0fa2 (patch) | |
tree | aaa0d670a018d117d90b5d5bf7542b8bd00cfada /usr.sbin/vmd | |
parent | 2b705cc35ecfc4f5e5d3e7b8042ef91e6deb6e87 (diff) |
Fix vmd after vmm MI/MD split
Diffstat (limited to 'usr.sbin/vmd')
-rw-r--r-- | usr.sbin/vmd/vmd.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/vmd/vmd.h b/usr.sbin/vmd/vmd.h index 00becd961c4..ffa7c0153c5 100644 --- a/usr.sbin/vmd/vmd.h +++ b/usr.sbin/vmd/vmd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmd.h,v 1.118 2023/04/25 12:46:13 dv Exp $ */ +/* $OpenBSD: vmd.h,v 1.119 2023/04/26 16:12:21 mlarkin Exp $ */ /* * Copyright (c) 2015 Mike Larkin <mlarkin@openbsd.org> @@ -23,6 +23,8 @@ #include <machine/vmmvar.h> +#include <dev/vmm/vmm.h> + #include <net/if.h> #include <netinet/in.h> #include <netinet/if_ether.h> |