Skip to content

Commit fb1161a

Browse files
maxd-nordickartben
authored andcommitted
mcumgr: img_mgmt_client: Add missing include
This header uses enum mcumgr_err_t but does not include the header where it is defined. Fixed in this commit. Signed-off-by: Maximilian Deubel <[email protected]>
1 parent 5599f99 commit fb1161a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/zephyr/mgmt/mcumgr/grp/img_mgmt/img_mgmt_client.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#define H_IMG_MGMT_CLIENT_
99

1010
#include <inttypes.h>
11+
#include <zephyr/mgmt/mcumgr/mgmt/mgmt_defines.h>
1112
#include <zephyr/mgmt/mcumgr/grp/img_mgmt/img_mgmt.h>
1213
#include <zephyr/mgmt/mcumgr/smp/smp_client.h>
1314

0 commit comments

Comments
 (0)