summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2011-10-22 22:00:35 +0000
committerattilio <attilio@FreeBSD.org>2011-10-22 22:00:35 +0000
commit846436b8c88364def4d7a9b794ef5e2472e4ba74 (patch)
tree193d828ad9475b3ba6ccc894ee816cad2cfba5df /sys/vm
parentf24858c62b4052ae55a11c744809df988373fb03 (diff)
downloadFreeBSD-src-846436b8c88364def4d7a9b794ef5e2472e4ba74.zip
FreeBSD-src-846436b8c88364def4d7a9b794ef5e2472e4ba74.tar.gz
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
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_phys.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/vm/vm_phys.c b/sys/vm/vm_phys.c
index 93fee70..b47455d 100644
--- a/sys/vm/vm_phys.c
+++ b/sys/vm/vm_phys.c
@@ -33,6 +33,7 @@
__FBSDID("$FreeBSD$");
#include "opt_ddb.h"
+#include "opt_vm.h"
#include <sys/param.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud