mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix build breakage caused by r309531.
Reported by: andrew MFC after: 2 weeks X-MFC with: r309531
This commit is contained in:
parent
0e922aa308
commit
65d5084f54
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@
|
|||
#ifndef _MACHINE_PMAP_H_
|
||||
#define _MACHINE_PMAP_H_
|
||||
|
||||
#include <sys/systm.h>
|
||||
#if __ARM_ARCH >= 6
|
||||
#include <machine/pmap-v6.h>
|
||||
#else
|
||||
|
|
|
|||
Loading…
Reference in a new issue