From d766c10a1c33e5a3157329b8cd93955442de40d6 Mon Sep 17 00:00:00 2001 From: cognet Date: Wed, 31 May 2006 11:57:37 +0000 Subject: [PATCH] Include machine/cpuconf.h in pmap.h in order to get ARM_NMMUS defined, to appease -Wundef. --- 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 c014cd56e062..d8e1f2d8354c 100644 --- a/sys/arm/include/pmap.h +++ b/sys/arm/include/pmap.h @@ -51,7 +51,7 @@ #define _MACHINE_PMAP_H_ #include - +#include /* * Pte related macros */