1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00

Add missing header. The test for VLAN_CAPABILITIES later in the file

doesn't make sense without it.

MFC after:	3 days
This commit is contained in:
Navdeep Parhar 2011-05-17 00:40:11 +00:00
parent 7c1b3c0920
commit c43431465e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=222003

View File

@ -53,6 +53,7 @@ __FBSDID("$FreeBSD$");
#include <net/if.h>
#include <net/if_types.h>
#include <net/if_dl.h>
#include <net/if_vlan_var.h>
#include "common/t4_hw.h"
#include "common/common.h"