Commit 7a33bcaa authored by Jamie McCrae's avatar Jamie McCrae Committed by Jamie
Browse files

boot: bootutil: loader: Add include for flash function



Adds an include which provides a definition for the
flash_area_get_sector() function

Signed-off-by: default avatarJamie McCrae <jamie.mccrae@nordicsemi.no>
parent 8a9627d9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@
#include <inttypes.h>
#include <stdlib.h>
#include <string.h>
#include "flash_map_backend/flash_map_backend.h"
#include "bootutil/bootutil.h"
#include "bootutil/bootutil_public.h"
#include "bootutil/image.h"