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>
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to