summaryrefslogtreecommitdiff
path: root/lib/bluetooth.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2017-12-18 14:22:01 -0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2017-12-21 10:08:22 -0200
commit52e2d7a8c82c37269f21d631b34612e1a6d81f95 (patch)
tree23b2057f4182f8e56097752bd143b52ac1697f85 /lib/bluetooth.c
parent7a03b61ee82e2c3253add826e20586341e210728 (diff)
downloadbluez-52e2d7a8c82c37269f21d631b34612e1a6d81f95.tar.gz
shared/util: Introduce bt_appear_to_str
This adds bt_appear_to_str which can decode the appearance code to a human readable string.
Diffstat (limited to 'lib/bluetooth.c')
-rw-r--r--lib/bluetooth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bluetooth.c b/lib/bluetooth.c
index 3276b68a5..effc7f49d 100644
--- a/lib/bluetooth.c
+++ b/lib/bluetooth.c
@@ -32,6 +32,7 @@
#include <ctype.h>
#include <stdarg.h>
#include <stdlib.h>
+#include <stdbool.h>
#include <string.h>
#include <sys/socket.h>