Include sys/kernel.h to pick up the definition of hz. subr_syscall.c uses

it after r275616.

X-MFC with:	r275616
This commit is contained in:
andrew 2014-12-09 10:21:31 +00:00
parent c1b643c449
commit 4d4320d537

View File

@ -84,6 +84,7 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/proc.h>
#include <sys/lock.h>
#include <sys/mutex.h>