Skip to content

Commit

Permalink
Shell: Add missing include
Browse files Browse the repository at this point in the history
`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>
  • Loading branch information
alwa-nordic authored and carlescufi committed Mar 20, 2023
1 parent 63652b3 commit cc1c3ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/zephyr/shell/shell_string_conv.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#ifndef SHELL_STRING_CONV_H__
#define SHELL_STRING_CONV_H__

#include <stdbool.h>
#include <stdint.h>

#ifdef __cplusplus
Expand Down

0 comments on commit cc1c3ac

Please sign in to comment.