From: jan Date: Thu, 29 Feb 2024 22:09:33 +0000 (+0000) Subject: Add missing include of vlan.h in vmx(4). X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1bd4ef1cf57908783f7dbad957161c9e5815a2d5;p=openbsd Add missing include of vlan.h in vmx(4). ok bluhm@ --- diff --git a/sys/dev/pci/if_vmx.c b/sys/dev/pci/if_vmx.c index 7a3c772e250..d94e052f0b9 100644 --- a/sys/dev/pci/if_vmx.c +++ b/sys/dev/pci/if_vmx.c @@ -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 #include