Add the header file needed for the recently-added call to pagedaemon_wakeup().

This commit is contained in:
Ian Lepore 2018-03-16 16:06:25 +00:00
parent 1574b1e41e
commit 9c237f3a13

View File

@ -168,6 +168,7 @@ __FBSDID("$FreeBSD$");
#include <vm/vm_page.h>
#include <vm/vm_pageout.h>
#include <vm/vm_phys.h>
#include <vm/vm_pagequeue.h>
#include <vm/vm_extern.h>
#include <machine/md_var.h>