From ff30498384aca45bec1476f167437ae12a68ba3c Mon Sep 17 00:00:00 2001 From: Luiz Otavio O Souza Date: Tue, 6 Dec 2016 06:15:28 +0000 Subject: [PATCH] Fix the armv6 build after r309553. Sponsored by: Rubicon Communications, LLC (Netgate) --- sys/arm/include/pmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arm/include/pmap.h b/sys/arm/include/pmap.h index b2ae22019937..24d7948c3204 100644 --- a/sys/arm/include/pmap.h +++ b/sys/arm/include/pmap.h @@ -30,7 +30,6 @@ #ifndef _MACHINE_PMAP_H_ #define _MACHINE_PMAP_H_ -#include #if __ARM_ARCH >= 6 #include #else @@ -38,6 +37,7 @@ #endif #ifdef _KERNEL +#include extern vm_paddr_t dump_avail[]; extern vm_paddr_t phys_avail[];