Skip to content

Commit 80cb1ab

Browse files
nordic-krchnordicjm
authored andcommitted
modules: trusted-firmware-m: Extend kernel header
Add errno.h to the kernel.h used for TF-M builds. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
1 parent e220671 commit 80cb1ab

File tree

1 file changed

+1
-0
lines changed
  • modules/trusted-firmware-m/tfm_boards/include/zephyr

1 file changed

+1
-0
lines changed

modules/trusted-firmware-m/tfm_boards/include/zephyr/kernel.h

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
*/
1919

2020
#include <stddef.h>
21+
#include <errno.h>
2122
#include <zephyr/sys/__assert.h>
2223
#include <zephyr/sys/printk.h>
2324
#include <zephyr/irq.h>

0 commit comments

Comments
 (0)