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:
parent
23f1bda6c8
commit
530011c876
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user