svn commit: r257262 - head/sys/dev/cs

Sean Bruno sbruno at FreeBSD.org
Mon Oct 28 16:27:02 UTC 2013


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 at 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>


More information about the svn-src-head mailing list