Skip to content

Commit 21ff86a

Browse files
committed
platform: nordic_nrf: Add missing include
Fix warning induced by missing include. Change-Id: I27a429dfbc8f1c2c926da2089bffd7e81363276a Signed-off-by: Markus Lassila <[email protected]>
1 parent 0c0be55 commit 21ff86a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform/ext/target/nordic_nrf/common/core/target_cfg.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include "region_defs.h"
2121
#include "tfm_plat_defs.h"
2222
#include "tfm_peripherals_config.h"
23+
#include "tfm_plat_provisioning.h"
2324
#include "region.h"
2425
#include "array.h"
2526

0 commit comments

Comments
 (0)