1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=227577

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>