Oops, missed adding the required include.

Pointy hat to:	jhb
This commit is contained in:
John Baldwin 2005-09-15 20:20:36 +00:00
parent 53c0e1ff7d
commit 21f9e816cd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=150188

View File

@ -45,6 +45,7 @@ __FBSDID("$FreeBSD$");
#include <sys/ktr.h>
#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/proc.h>
#include <sys/sysctl.h>
static int avg_depth;