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:
Jamie McCrae 2024-08-13 09:39:58 +01:00
parent 610b8e2b1b
commit 587289d650
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include <stdint.h>
#include <stddef.h>
#include "bootutil/image.h"
#include "bootutil/bootutil.h"
#ifdef __cplusplus
extern "C" {