From 1e19c5afc79d7be2d4ccbeec37a185e9bdd219ea Mon Sep 17 00:00:00 2001 From: Fabio Utzig Date: Mon, 16 Dec 2019 09:18:16 -0300 Subject: [PATCH] zephyr: fix include in hello-world app Update include due to changes in Zephyr. This is related to commit f1d189c48649f179e6a9fcd71abe90cff82ad6b5. Signed-off-by: Fabio Utzig --- samples/zephyr/hello-world/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/zephyr/hello-world/src/main.c b/samples/zephyr/hello-world/src/main.c index 189b1fb4..027bb5f6 100644 --- a/samples/zephyr/hello-world/src/main.c +++ b/samples/zephyr/hello-world/src/main.c @@ -5,7 +5,7 @@ */ #include -#include +#include void main(void) {