OSDN Git Service

vendor_libs: linux: Fix build
authorCristian Iorga <cristian.iorga@intel.com>
Thu, 14 Apr 2016 08:00:28 +0000 (11:00 +0300)
committerJakub Pawlowski <jpawlowski@google.com>
Fri, 15 Apr 2016 09:29:34 +0000 (09:29 +0000)
commit2c3ce4ab59a0026e790af078286f82c6975524b9
treeef9886b9503e536d849dce76a6bc4af2682522b4
parent153d3e448d9797cc1b9841b9a060bed308d5190f
vendor_libs: linux: Fix build

LOG_DEBUG, LOG_VERBOSE definition changed in libosi.
This triggers:
"error: use of undeclared identifier 'true'" at
build time. Fixed by the inclusion of stdbool.h.

Change-Id: Ie2ed0d6b07bc28c26669b19a2584ea248e2782a9
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
vendor_libs/linux/bt_vendor_linux.c