Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 May 2011 00:40:11 +0000 (UTC)
From:      Navdeep Parhar <np@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r222003 - head/sys/dev/cxgbe
Message-ID:  <201105170040.p4H0eB19005448@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105170040.p4H0eB19005448>