Commit 413eb384 authored by Jamie McCrae's avatar Jamie McCrae Committed by Jamie
Browse files

boot: zephyr: flash_map: Fix missing include



Adds an include file that is missing

Signed-off-by: default avatarJamie McCrae <jamie.mccrae@nordicsemi.no>
parent 15b36f91
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
#define __FLASH_MAP_BACKEND_H__

#include <zephyr/storage/flash_map.h> // the zephyr flash_map
#include <zephyr/drivers/flash.h>

#ifdef __cplusplus
extern "C" {