lorawan: services: add missing init.h

File was using SYS_INIT, from init.h.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2023-08-30 10:00:54 +02:00 committed by Carles Cufí
parent aa708738c7
commit 6ca6cff9c8

View file

@ -7,6 +7,7 @@
#include "lorawan_services.h"
#include <zephyr/init.h>
#include <zephyr/kernel.h>
#include <zephyr/logging/log.h>