svn commit: r256131 - head/sys/dev/cxgbe

Dimitry Andric dim at FreeBSD.org
Mon Oct 7 22:30:04 UTC 2013


Author: dim
Date: Mon Oct  7 22:30:03 2013
New Revision: 256131
URL: http://svnweb.freebsd.org/changeset/base/256131

Log:
  Fix kernel build on amd64 after r256118, since the machine/md_var.h
  header is not implicitly included there.  So include it explicitly.
  
  Approved by:	re (delphij)
  Pointy hat to:	dim
  MFC after:	3 days
  X-MFC-With:	r256118

Modified:
  head/sys/dev/cxgbe/t4_sge.c

Modified: head/sys/dev/cxgbe/t4_sge.c
==============================================================================
--- head/sys/dev/cxgbe/t4_sge.c	Mon Oct  7 22:22:57 2013	(r256130)
+++ head/sys/dev/cxgbe/t4_sge.c	Mon Oct  7 22:30:03 2013	(r256131)
@@ -50,6 +50,7 @@ __FBSDID("$FreeBSD$");
 #include <netinet/ip.h>
 #include <netinet/ip6.h>
 #include <netinet/tcp.h>
+#include <machine/md_var.h>
 
 #include "common/common.h"
 #include "common/t4_regs.h"


More information about the svn-src-head mailing list