Skip to content

Commit 014d262

Browse files
gmarullkv2019i
authored andcommitted
zephyr: lib: regions_mm: add missing init.h
Because module uses SYS_INIT defined in init.h. Things likely worked because of indirect includes. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
1 parent b66e79d commit 014d262

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

zephyr/lib/regions_mm.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* Author: Jakub Dabek <jakub.dabek@intel.com>
66
*/
77

8+
#include <zephyr/init.h>
9+
810
#include <sof/lib/regions_mm.h>
911

1012
/* list of vmh_heap objects created */

0 commit comments

Comments
 (0)