Add missing include to make LINT-VIMAGE build as well.

Found by:	test building an MFC candidate
X-MFC with:	r200471
This commit is contained in:
Bjoern A. Zeeb 2009-12-27 10:10:38 +00:00
parent a4dd7f22af
commit 2254f022a0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201044

View File

@ -47,6 +47,7 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/jail.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/proc.h>