Skip to content

Commit 299be9f

Browse files
mniestrojgalak
authored andcommitted
data: json: include missing toolchain.h
This header is needed in order to use __deprecated macro. Signed-off-by: Marcin Niestroj <[email protected]>
1 parent c1e053c commit 299be9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/data/json.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
#include <sys/util.h>
1111
#include <stddef.h>
12+
#include <toolchain.h>
1213
#include <zephyr/types.h>
1314
#include <sys/types.h>
1415

0 commit comments

Comments
 (0)