The sys/sysctl.h header is needed when MFI_DEBUG is defined.

Nod from:	jhb
This commit is contained in:
Konstantin Belousov 2011-11-16 18:42:39 +00:00
parent 1fb5311e00
commit d185f187b4

View File

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