OSDN Git Service

Merge "Include missing headers" am: 1bbe51d0b5
authorBailey Forrest <bcf@google.com>
Sat, 17 Jun 2017 00:22:10 +0000 (00:22 +0000)
committerandroid-build-merger <android-build-merger@google.com>
Sat, 17 Jun 2017 00:22:10 +0000 (00:22 +0000)
am: 9cf1bbb045

Change-Id: I37f592401697c92115eea0ca33eea4170f549712

bluetooth/1.0/default/bluetooth_hci.h
bluetooth/1.0/default/hci_protocol.cc

index 6912405..e2797b1 100644 (file)
@@ -21,6 +21,8 @@
 
 #include <hidl/MQDescriptor.h>
 
+#include <functional>
+
 namespace android {
 namespace hardware {
 namespace bluetooth {
index a208da1..5d6f1d1 100644 (file)
@@ -18,6 +18,7 @@
 
 #define LOG_TAG "android.hardware.bluetooth-hci-hci_protocol"
 #include <assert.h>
+#include <errno.h>
 #include <fcntl.h>
 #include <log/log.h>