Diff between 247d828934fb9a78cdeee8e3cfae5eaef1e4f990 and 63a0440a3c4c765ef7861923c0f25cb18c0d3d14

Changed Files

File Additions Deletions Status
android/hal_bt_sock.c +2 -0 modified

Full Patch

diff --git a/android/hal_bt_sock.c b/android/hal_bt_sock.c
index 3a6d173..31e6b59 100644
--- a/android/hal_bt_sock.c
+++ b/android/hal_bt_sock.c
@@ -23,6 +23,8 @@
 #define LOG_TAG "BlueZ"
 #include <cutils/log.h>
 
+#include "hal.h"
+
 static bt_status_t btsock_listen_rfcomm(const char *service_name,
 					const uint8_t *uuid, int chan,
 					int *sock, int flags)