VN_NRESERVLEVEL is used in this file but opt_vm is not included

thus the stub switch won't be correctly handled.
Include opt_vm.h.

Submitted by:	jeff
MFC after:	3 days
This commit is contained in:
Attilio Rao 2011-10-22 22:00:35 +00:00
parent c5499409f8
commit 2d5106600e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=226642

View File

@ -33,6 +33,7 @@
__FBSDID("$FreeBSD$");
#include "opt_ddb.h"
#include "opt_vm.h"
#include <sys/param.h>
#include <sys/systm.h>