diff --git a/zephyr/lib/alloc.c b/zephyr/lib/alloc.c index e6435c7b0b4a..f20e125e9246 100644 --- a/zephyr/lib/alloc.c +++ b/zephyr/lib/alloc.c @@ -20,7 +20,7 @@ #include /* Zephyr includes */ -#include +#include #include #include #include diff --git a/zephyr/lib/regions_mm.c b/zephyr/lib/regions_mm.c index da50a186942c..cbf94e7f8fc8 100644 --- a/zephyr/lib/regions_mm.c +++ b/zephyr/lib/regions_mm.c @@ -5,6 +5,8 @@ * Author: Jakub Dabek */ +#include + #include /* list of vmh_heap objects created */