summaryrefslogtreecommitdiff
path: root/profiles/sap
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-02-28 23:33:09 -0800
committerMarcel Holtmann <marcel@holtmann.org>2015-02-28 23:33:09 -0800
commit17763527a330a888759022d212c98ddb3e91a30a (patch)
treee57f2166b5cde4d74eca0b038365b4b68ceb0b7e /profiles/sap
parentee69b2482b9e0b2f869c164c75d9b9740a3b97b9 (diff)
downloadbluez-17763527a330a888759022d212c98ddb3e91a30a.tar.gz
profiles: Use local libbluetooth includes
Diffstat (limited to 'profiles/sap')
-rw-r--r--profiles/sap/manager.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/sap/manager.c b/profiles/sap/manager.c
index 5c2a0f106..b62239780 100644
--- a/profiles/sap/manager.c
+++ b/profiles/sap/manager.c
@@ -24,6 +24,9 @@
#include <stdbool.h>
+#include "lib/bluetooth.h"
+#include "lib/sdp.h"
+
#include "src/log.h"
#include "src/adapter.h"
#include "src/device.h"