summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2016-10-17 10:23:54 -0700
committerMark Salyzyn <salyzyn@google.com>2016-10-17 10:24:00 -0700
commitb0d3410a6cc5e2bf34b6ce162e512ec733e7be29 (patch)
treec2738042c44ba26c0f7c0f7853fb7e2d1020452f
parent871c2e4937a3dc42aacfb0f509451c20e7ba2ba9 (diff)
downloadbt-b0d3410a6cc5e2bf34b6ce162e512ec733e7be29.tar.gz
missing headers
Test: compile Bug: 30465923 Change-Id: Ifa213cdc0bc5fcde064cf54ed67d019df498500b
-rw-r--r--msm8996/libbt-vendor/src/bt_vendor_qcom.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/msm8996/libbt-vendor/src/bt_vendor_qcom.c b/msm8996/libbt-vendor/src/bt_vendor_qcom.c
index 56a1552..3ad87b8 100644
--- a/msm8996/libbt-vendor/src/bt_vendor_qcom.c
+++ b/msm8996/libbt-vendor/src/bt_vendor_qcom.c
@@ -27,14 +27,17 @@
#define LOG_TAG "bt_vendor"
#define BLUETOOTH_MAC_ADDR_BOOT_PROPERTY "ro.boot.btmacaddr"
-#include <utils/Log.h>
-#include <cutils/properties.h>
#include <fcntl.h>
+#include <pthread.h>
+#include <sys/socket.h>
#include <termios.h>
+#include <unistd.h>
+
+#include <utils/Log.h>
+#include <cutils/properties.h>
#include "bt_vendor_qcom.h"
#include "hci_uart.h"
#include "hci_smd.h"
-#include <sys/socket.h>
#include <cutils/sockets.h>
#include <linux/un.h>
#ifdef BT_NV_SUPPORT