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 Turner 2014-12-09 10:21:31 +00:00
parent b2344ab5ff
commit 95d7f8aa40

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>