All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/3] shared/shell: fix missing stdbool in shell.h
@ 2021-08-06  9:38 Howard Chung
  2021-08-06  9:38 ` [PATCH v1 2/3] client: add service-allowlist command Howard Chung
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Howard Chung @ 2021-08-06  9:38 UTC (permalink / raw)
  To: linux-bluetooth, luiz.dentz; +Cc: Yun-Hao Chung, Miao-chen Chou

From: Yun-Hao Chung <howardchung@chromium.org>

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

Reviewed-by: Miao-chen Chou <mcchou@chromium.org>
---

 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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-08-06 21:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-06  9:38 [PATCH v1 1/3] shared/shell: fix missing stdbool in shell.h Howard Chung
2021-08-06  9:38 ` [PATCH v1 2/3] client: add service-allowlist command Howard Chung
2021-08-06 21:41   ` Luiz Augusto von Dentz
2021-08-06  9:38 ` [PATCH v1 3/3] client: add AffectedByPolicy property Howard Chung
2021-08-06  9:58 ` [v1,1/3] shared/shell: fix missing stdbool in shell.h bluez.test.bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.