From 0cf680895b9d1b996ab4415d0c77ccdf75f338b5 Mon Sep 17 00:00:00 2001 From: Andrew Boie Date: Mon, 14 Aug 2017 13:25:36 -0700 Subject: [PATCH] irq.h: include generic toolchain header Nobody should be including a compiler-specific toolchain header like this, the generic toolchain.h shouls always be used. Signed-off-by: Andrew Boie --- include/irq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/irq.h b/include/irq.h index 76b21ca63de..29da432af09 100644 --- a/include/irq.h +++ b/include/irq.h @@ -15,7 +15,7 @@ #include #ifndef _ASMLANGUAGE -#include +#include #ifdef __cplusplus extern "C" {