rtio: add missing init.h include
File was using init.h API without directly including the header. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
12b2ee54e3
commit
fc45b3f2dd
|
@ -3,6 +3,7 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <zephyr/init.h>
|
||||
#include <zephyr/rtio/rtio.h>
|
||||
#include <zephyr/sys/util.h>
|
||||
#include <zephyr/app_memory/app_memdomain.h>
|
||||
|
|
Loading…
Reference in a new issue