Skip to content

Commit

Permalink
zephyr: lib: regions_mm: add missing init.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
gmarull authored and kv2019i committed Sep 6, 2023
1 parent b66e79d commit 014d262
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zephyr/lib/regions_mm.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* Author: Jakub Dabek <jakub.dabek@intel.com>
*/

#include <zephyr/init.h>

#include <sof/lib/regions_mm.h>

/* list of vmh_heap objects created */
Expand Down

0 comments on commit 014d262

Please sign in to comment.