artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
625a509
)
Add missing include of vlan.h in vmx(4).
author
jan
<jan@openbsd.org>
Thu, 29 Feb 2024 22:09:33 +0000
(22:09 +0000)
committer
jan
<jan@openbsd.org>
Thu, 29 Feb 2024 22:09:33 +0000
(22:09 +0000)
ok bluhm@
sys/dev/pci/if_vmx.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/if_vmx.c
b/sys/dev/pci/if_vmx.c
index
7a3c772
..
d94e052
100644
(file)
--- a/
sys/dev/pci/if_vmx.c
+++ b/
sys/dev/pci/if_vmx.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: if_vmx.c,v 1.8
1 2024/02/15 13:24:45
jan Exp $ */
+/* $OpenBSD: if_vmx.c,v 1.8
2 2024/02/29 22:09:33
jan Exp $ */
/*
* Copyright (c) 2013 Tsubai Masanari
@@
-18,6
+18,7
@@
#include "bpfilter.h"
#include "kstat.h"
+#include "vlan.h"
#include <sys/param.h>
#include <sys/device.h>