ipc: ipc_service: backends: rpmsg_static_vrings: add missing init.h
SYS_INIT was used without including init.h. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
22f6c87afc
commit
b97bfa91f3
@ -8,6 +8,7 @@
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/cache.h>
|
||||
#include <zephyr/device.h>
|
||||
#include <zephyr/init.h>
|
||||
#include <zephyr/sys/atomic.h>
|
||||
|
||||
#include <zephyr/ipc/ipc_service_backend.h>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user