bootutil: Fix missing include
Fixes a missing include in the header
Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
(cherry picked from commit 034f58cbf1
)
This commit is contained in:
parent
610b8e2b1b
commit
587289d650
|
@ -20,6 +20,7 @@
|
|||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include "bootutil/image.h"
|
||||
#include "bootutil/bootutil.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Reference in New Issue