summaryrefslogtreecommitdiff
path: root/android/avctp.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-02-28 22:39:35 -0800
committerMarcel Holtmann <marcel@holtmann.org>2015-02-28 22:39:35 -0800
commit92ea0af0d61ff80a315793cdbeaa25be769fd986 (patch)
treef25fa6afbe2343c429322d39a4e342532c98fd50 /android/avctp.c
parent2f77283513f09faafd107e9fbe7cf16e8514d12b (diff)
downloadbluez-92ea0af0d61ff80a315793cdbeaa25be769fd986.tar.gz
android: Use local libbluetooth includes
Diffstat (limited to 'android/avctp.c')
-rw-r--r--android/avctp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/avctp.c b/android/avctp.c
index a70ed5201..758dbd4ed 100644
--- a/android/avctp.c
+++ b/android/avctp.c
@@ -40,10 +40,10 @@
#include <fcntl.h>
#include <netinet/in.h>
-#include <bluetooth/sdp.h>
-
#include <glib.h>
+#include "lib/sdp.h"
+
#include "src/log.h"
#include "src/uinput.h"