Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5553fe3f authored by Etan Cohen's avatar Etan Cohen
Browse files

Merge commit 'f5d67e1e' into merge2

Change-Id: Ifa83bd342458eba33fdd11a9db38d2f9e818b759
parents 1499f056 f5d67e1e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@
 *
 ******************************************************************************/

#include <stdlib.h>

#include "bta_api.h"
#include "bta_sys.h"
#include "bta_sdp_api.h"
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
#include <hardware/bluetooth.h>
#include <hardware/bt_sdp.h>
#include <stdlib.h>
#include <string.h>

#define LOG_TAG "BTIF_SDP"
#include "btif_common.h"
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
#include <hardware/bluetooth.h>
#include <hardware/bt_sdp.h>
#include <stdlib.h>
#include <string.h>
#include <pthread.h>

#define LOG_TAG "BTIF_SDP_SERVER"
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@

#include <hardware/bluetooth.h>
#include <hardware/bt_sock.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <errno.h>