summaryrefslogtreecommitdiff
path: root/msm8996/libbt-vendor/src/hw_rome.c
diff options
context:
space:
mode:
Diffstat (limited to 'msm8996/libbt-vendor/src/hw_rome.c')
-rw-r--r--msm8996/libbt-vendor/src/hw_rome.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/msm8996/libbt-vendor/src/hw_rome.c b/msm8996/libbt-vendor/src/hw_rome.c
index cede337..b2b3126 100644
--- a/msm8996/libbt-vendor/src/hw_rome.c
+++ b/msm8996/libbt-vendor/src/hw_rome.c
@@ -35,7 +35,7 @@ extern "C" {
#define LOG_TAG "bt_vendor"
#include <sys/socket.h>
-#include <utils/Log.h>
+#include <log/log.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <signal.h>
@@ -50,6 +50,7 @@ extern "C" {
#include <termios.h>
#include <string.h>
#include <stdbool.h>
+#include <unistd.h>
#include "bt_hci_bdroid.h"
#include "bt_vendor_qcom.h"