Thread (5 messages) flat view 5 messages, 3 authors, 2021-08-10
STALE1829d REVIEWED: 1 (0M)

1 review trailer.

[PATCH v2 1/3] shared/shell: fix missing stdbool in shell.h

From: Howard Chung <hidden>
Date: 2021-08-10 12:56:11
Subsystem: the rest · Maintainer: Linus Torvalds

From: Yun-Hao Chung <redacted>

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

Reviewed-by: Miao-chen Chou <redacted>
---

Changes in v2:
- refactor command to |allow| instead of |set-service-allowlist| and
|get-service-allowlist|

 src/shared/shell.h | 1 +
 1 file changed, 1 insertion(+)
diff --git a/src/shared/shell.h b/src/shared/shell.h
index 415194a40736..cc4f822fbf1d 100644
--- a/src/shared/shell.h
+++ b/src/shared/shell.h
@@ -8,6 +8,7 @@
  *
  */
 #include <getopt.h>
+#include <stdbool.h>
 
 #define COLOR_OFF	"\001\x1B[0m\002"
 #define COLOR_RED	"\001\x1B[0;91m\002"
-- 
2.32.0.605.g8dce9f2422-goog
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help