Fix build after r257111 by including headers with definition of pmap_kextract().
This commit is contained in:
parent
165de3f338
commit
c20809e143
@ -35,6 +35,10 @@ __FBSDID("$FreeBSD$");
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/module.h>
|
||||
|
||||
#include <vm/vm.h>
|
||||
#include <vm/pmap.h>
|
||||
#include <machine/pmap.h>
|
||||
|
||||
#include <machine/bus.h>
|
||||
#include <machine/fdt.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user