Fix build breakage caused by r362903. Only pmap.h is needed now, but

vm_page.h and vm_pageout.h is needed later, so put them in now.

Pointy hat goes on me.
This commit is contained in:
Rick Macklem 2020-07-03 05:21:05 +00:00
parent d735920d33
commit 606007409c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=362906

View File

@ -109,8 +109,11 @@
#include <ufs/ufs/ufsmount.h>
#include <vm/uma.h>
#include <vm/vm.h>
#include <vm/pmap.h>
#include <vm/vm_extern.h>
#include <vm/vm_object.h>
#include <vm/vm_page.h>
#include <vm/vm_pageout.h>
#include <vm/vm_param.h>
#include <nfs/nfssvc.h>
#include "opt_nfs.h"