Fix build after r257111 by including headers with definition of pmap_kextract().

This commit is contained in:
Nathan Whitehorn 2013-10-26 03:22:57 +00:00
parent 165de3f338
commit c20809e143

View File

@ -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>