Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2013 16:27:01 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r257262 - head/sys/dev/cs
Message-ID:  <201310281627.r9SGR1Av030083@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno
Date: Mon Oct 28 16:27:01 2013
New Revision: 257262
URL: http://svnweb.freebsd.org/changeset/base/257262

Log:
  repair build for dev/cs.
  
  Reported by: Outback Dingo <outbackdingo@gmail.com>

Modified:
  head/sys/dev/cs/if_cs_isa.c

Modified: head/sys/dev/cs/if_cs_isa.c
==============================================================================
--- head/sys/dev/cs/if_cs_isa.c	Mon Oct 28 16:21:31 2013	(r257261)
+++ head/sys/dev/cs/if_cs_isa.c	Mon Oct 28 16:27:01 2013	(r257262)
@@ -32,6 +32,7 @@ __FBSDID("$FreeBSD$");
 #include <sys/param.h>
 #include <sys/kernel.h>
 #include <sys/socket.h>
+#include <sys/callout.h>
 
 #include <sys/module.h>
 #include <sys/bus.h>



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