Skip to content

Commit 3de3402

Browse files
Mattemagikernkartben
authored andcommitted
smp_shell: Add missing include for k_fifo
The smp_shell module uses k_fifo, but does not include the kernel header file that defines it. This commit adds the missing include. Signed-off-by: Måns Ansgariusson <[email protected]>
1 parent 62ddd5f commit 3de3402

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/zephyr/mgmt/mcumgr/transport/smp_shell.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#ifndef ZEPHYR_INCLUDE_MGMT_SMP_SHELL_H_
1212
#define ZEPHYR_INCLUDE_MGMT_SMP_SHELL_H_
1313

14+
#include <zephyr/kernel.h>
1415
#include <zephyr/types.h>
1516

1617
#ifdef __cplusplus

0 commit comments

Comments
 (0)