Shell: Add missing include
`include/zephyr/shell/shell_string_conv.h` uses `bool` from `stdbool.h`, but the include was missing. Signed-off-by: Aleksander Wasaznik <aleksander.wasaznik@nordicsemi.no>
This commit is contained in:
parent
63652b38a1
commit
cc1c3ac58e
|
@ -7,6 +7,7 @@
|
|||
#ifndef SHELL_STRING_CONV_H__
|
||||
#define SHELL_STRING_CONV_H__
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Reference in a new issue