diff options
Diffstat (limited to 'sys/vm/vm_phys.c')
-rw-r--r-- | sys/vm/vm_phys.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/vm/vm_phys.c b/sys/vm/vm_phys.c index 9cfea23..0609895 100644 --- a/sys/vm/vm_phys.c +++ b/sys/vm/vm_phys.c @@ -40,6 +40,7 @@ __FBSDID("$FreeBSD$"); #include "opt_ddb.h" +#include "opt_vm.h" #include <sys/param.h> #include <sys/systm.h> |