Add missing include of vlan.h in vmx(4).
authorjan <jan@openbsd.org>
Thu, 29 Feb 2024 22:09:33 +0000 (22:09 +0000)
committerjan <jan@openbsd.org>
Thu, 29 Feb 2024 22:09:33 +0000 (22:09 +0000)
ok bluhm@

sys/dev/pci/if_vmx.c

index 7a3c772..d94e052 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_vmx.c,v 1.81 2024/02/15 13:24:45 jan Exp $ */
+/*     $OpenBSD: if_vmx.c,v 1.82 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>