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:
np 2011-05-17 00:40:11 +00:00
parent e379b8f30b
commit 9cdc6d68be

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"