diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-04-22 06:42:12 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-04-22 06:42:12 +0000 |
commit | 2ac877fd7d9854b470bdd482e6f0d2a5a6072160 (patch) | |
tree | 34db55697f4be6b17b5216a26c24b66987b699ac /sys/net/if_vlan.c | |
parent | d89be6f43492be135b38a070f62ec4ba5162dcd8 (diff) |
Add missing header for NBRIDGE chunk, found the hardway and diff from
Rafael Zalamena.
Diffstat (limited to 'sys/net/if_vlan.c')
-rw-r--r-- | sys/net/if_vlan.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 <sys/param.h> |