mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Add pmap includes needed by i386
This commit is contained in:
parent
302762c344
commit
2b6dbb2afa
1 changed files with 3 additions and 0 deletions
|
|
@ -44,6 +44,9 @@ __FBSDID("$FreeBSD$");
|
|||
#include <dev/cxgb/sys/mvec.h>
|
||||
#include "opt_zero.h"
|
||||
|
||||
#include <vm/vm.h>
|
||||
#include <vm/pmap.h>
|
||||
|
||||
#ifdef DEBUG
|
||||
#define DPRINTF printf
|
||||
#else
|
||||
|
|
|
|||
Loading…
Reference in a new issue