Skip to content

Commit 7a33bca

Browse files
committed
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: Jamie McCrae <[email protected]>
1 parent 8a9627d commit 7a33bca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boot/bootutil/src/loader.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
#include <inttypes.h>
3737
#include <stdlib.h>
3838
#include <string.h>
39+
#include "flash_map_backend/flash_map_backend.h"
3940
#include "bootutil/bootutil.h"
4041
#include "bootutil/bootutil_public.h"
4142
#include "bootutil/image.h"

0 commit comments

Comments
 (0)