svn commit: r222003 - head/sys/dev/cxgbe
Navdeep Parhar
np at FreeBSD.org
Tue May 17 00:40:12 UTC 2011
Author: np
Date: Tue May 17 00:40:11 2011
New Revision: 222003
URL: http://svn.freebsd.org/changeset/base/222003
Log:
Add missing header. The test for VLAN_CAPABILITIES later in the file
doesn't make sense without it.
MFC after: 3 days
Modified:
head/sys/dev/cxgbe/t4_main.c
Modified: head/sys/dev/cxgbe/t4_main.c
==============================================================================
--- head/sys/dev/cxgbe/t4_main.c Mon May 16 23:35:14 2011 (r222002)
+++ head/sys/dev/cxgbe/t4_main.c Tue May 17 00:40:11 2011 (r222003)
@@ -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"
More information about the svn-src-all
mailing list