Skip to content

Commit

Permalink
bootutil: Fix missing include
Browse files Browse the repository at this point in the history
Fixes a missing include in the header

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
  • Loading branch information
nordicjm committed Aug 13, 2024
1 parent 148c2c1 commit f31b63e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boot/bootutil/include/bootutil/boot_record.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <stdint.h>
#include <stddef.h>
#include "bootutil/image.h"
#include "bootutil/bootutil.h"

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit f31b63e

Please sign in to comment.