OSDN Git Service

Build fix after UUID refactor for stage branch
authorJakub Pawlowski <jpawlowski@google.com>
Tue, 26 Sep 2017 05:19:01 +0000 (22:19 -0700)
committerJakub Pawlowski <jpawlowski@google.com>
Tue, 26 Sep 2017 05:19:44 +0000 (22:19 -0700)
Change-Id: Ia01fa17ba40d315a912c391211e101a951eab562

stack/include/bt_types.h

index 99f687a..cc20610 100644 (file)
@@ -527,6 +527,7 @@ typedef struct {
 #define BD_ADDR_LEN 6 /* Device address length */
 
 #ifdef __cplusplus
+#include <bluetooth/uuid.h>
 #include <hardware/bluetooth.h>
 
 inline void BDADDR_TO_STREAM(uint8_t*& p, const RawAddress& a) {