From 4970bb092e67c6382e1dc33f9fc346f3c30b0d33 Mon Sep 17 00:00:00 2001 From: Andrew Boie Date: Fri, 4 Oct 2019 18:17:19 -0700 Subject: [PATCH] kernel_includes: add irq.h A lot of code assumes kernel.h pulls in irq_lock(), guarantee this. Signed-off-by: Andrew Boie --- include/kernel_includes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/kernel_includes.h b/include/kernel_includes.h index 236f19945d..f52a372807 100644 --- a/include/kernel_includes.h +++ b/include/kernel_includes.h @@ -36,5 +36,6 @@ #include #include #include +#include #endif /* ZEPHYR_INCLUDE_KERNEL_INCLUDES_H_ */