From: mpi Date: Wed, 22 Apr 2015 06:42:11 +0000 (+0000) Subject: Add missing header for NBRIDGE chunk, found the hardway and diff from X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=18847eecc193ae5050158ab0ea0af6b72ce7c7ba;p=openbsd Add missing header for NBRIDGE chunk, found the hardway and diff from Rafael Zalamena. --- diff --git a/sys/net/if_vlan.c b/sys/net/if_vlan.c index f79176129a5..84f98f43983 100644 --- a/sys/net/if_vlan.c +++ b/sys/net/if_vlan.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_vlan.c,v 1.117 2015/04/15 09:58:44 mpi Exp $ */ +/* $OpenBSD: if_vlan.c,v 1.118 2015/04/22 06:42:11 mpi Exp $ */ /* * Copyright 1998 Massachusetts Institute of Technology @@ -47,6 +47,7 @@ * will not modify the ethernet header. */ +#include "bridge.h" #include "vlan.h" #include