shared/shell: fix missing stdbool in shell.h
authorYun-Hao Chung <howardchung@chromium.org>
Wed, 11 Aug 2021 07:08:55 +0000 (15:08 +0800)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:36 +0000 (19:08 +0530)
commitd0856b575ca65771499def925952d5d90a05a0af
treeefe5af5579bea13c48f1a0a7d6bafeecad27ce13
parent025c0c91219b696c00255d47461abab17fdfdf4a
shared/shell: fix missing stdbool in shell.h

bt_shell_menu_exists_t returns bool, but stdbool.h is not included.

Reviewed-by: Miao-chen Chou <mcchou@chromium.org>
Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
src/shared/shell.h