artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0f6656
)
Fix vmd after vmm MI/MD split
author
mlarkin
<mlarkin@openbsd.org>
Wed, 26 Apr 2023 16:12:21 +0000
(16:12 +0000)
committer
mlarkin
<mlarkin@openbsd.org>
Wed, 26 Apr 2023 16:12:21 +0000
(16:12 +0000)
usr.sbin/vmd/vmd.h
patch
|
blob
|
history
diff --git
a/usr.sbin/vmd/vmd.h
b/usr.sbin/vmd/vmd.h
index
00becd9
..
ffa7c01
100644
(file)
--- a/
usr.sbin/vmd/vmd.h
+++ b/
usr.sbin/vmd/vmd.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: vmd.h,v 1.11
8 2023/04/25 12:46:13 dv Exp $
*/
+/* $OpenBSD: vmd.h,v 1.11
9 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>