Commit 4e03e341 authored by Dominik Ermel's avatar Dominik Ermel Committed by Martí Bolívar
Browse files

mgmt/mcumgr/lib: Add missing inclusion of toolchain.h



The zcbor_bulk_priv.h uses STRINGIFY for some of definitions
and, due to lack of inclusion of the toolchain.h, that was causing
compilation errors when NEWLIB would be selected.

Fixes #44811.

Signed-off-by: default avatarDominik Ermel <dominik.ermel@nordicsemi.no>
parent fba27b4b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,8 @@
extern "C" {
#endif

#include <toolchain.h>

/** @cond INTERNAL_HIDDEN */

struct zcbor_map_decode_key_val {