mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix build after r257111 by including headers with definition of pmap_kextract().
This commit is contained in:
parent
165de3f338
commit
c20809e143
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Reference in a new issue