data: json: include missing toolchain.h

This header is needed in order to use __deprecated macro.

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
This commit is contained in:
Marcin Niestroj 2021-09-29 13:00:30 +02:00 committed by Kumar Gala
commit 299be9f11d

View file

@ -9,6 +9,7 @@
#include <sys/util.h>
#include <stddef.h>
#include <toolchain.h>
#include <zephyr/types.h>
#include <sys/types.h>