From efa8bab71345f020fbcca80d8a7ece05dc406747 Mon Sep 17 00:00:00 2001 From: Ian Lepore Date: Fri, 26 Dec 2014 14:29:27 +0000 Subject: [PATCH] Include acle-compat.h directly (we use its symbols) rather than getting it via sysreg.h. --- sys/arm/include/asm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/arm/include/asm.h b/sys/arm/include/asm.h index deaccec19ee..9122e6ea3a3 100644 --- a/sys/arm/include/asm.h +++ b/sys/arm/include/asm.h @@ -39,6 +39,7 @@ #ifndef _MACHINE_ASM_H_ #define _MACHINE_ASM_H_ #include +#include #include #define _C_LABEL(x) x