svn commit: r227577 - head/sys/dev/mfi

Konstantin Belousov kib at FreeBSD.org
Wed Nov 16 18:42:40 UTC 2011


Author: kib
Date: Wed Nov 16 18:42:39 2011
New Revision: 227577
URL: http://svn.freebsd.org/changeset/base/227577

Log:
  The sys/sysctl.h header is needed when MFI_DEBUG is defined.
  
  Nod from:	jhb

Modified:
  head/sys/dev/mfi/mfi_debug.c

Modified: head/sys/dev/mfi/mfi_debug.c
==============================================================================
--- head/sys/dev/mfi/mfi_debug.c	Wed Nov 16 18:41:59 2011	(r227576)
+++ head/sys/dev/mfi/mfi_debug.c	Wed Nov 16 18:42:39 2011	(r227577)
@@ -41,6 +41,7 @@ __FBSDID("$FreeBSD$");
 #include <sys/mutex.h>
 #include <sys/malloc.h>
 #include <sys/selinfo.h>
+#include <sys/sysctl.h>
 #include <sys/taskqueue.h>
 #include <sys/uio.h>
 #include <machine/resource.h>


More information about the svn-src-head mailing list