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:
Gerard Marull-Paretas 2023-08-29 11:34:41 +02:00 committed by Fabio Baltieri
parent 12b2ee54e3
commit fc45b3f2dd

View file

@ -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>