Skip to content

Commit 034f58c

Browse files
nordicjmnvlsianpu
authored andcommitted
bootutil: Fix missing include
Fixes a missing include in the header Signed-off-by: Jamie McCrae <[email protected]>
1 parent 148c2c1 commit 034f58c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boot/bootutil/include/bootutil/boot_record.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include <stdint.h>
2121
#include <stddef.h>
2222
#include "bootutil/image.h"
23+
#include "bootutil/bootutil.h"
2324

2425
#ifdef __cplusplus
2526
extern "C" {

0 commit comments

Comments
 (0)