summaryrefslogtreecommitdiff
path: root/src/service.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-02-28 23:35:18 -0800
committerMarcel Holtmann <marcel@holtmann.org>2015-02-28 23:35:18 -0800
commit3405ad4c30924a19bef598012ad2f9680fc2733f (patch)
treebc6afc7393b50ccf2d243dbd338b545972888183 /src/service.c
parent8c1a878f33382297457ade8004a1e96e9c0858c4 (diff)
downloadbluez-3405ad4c30924a19bef598012ad2f9680fc2733f.tar.gz
core: Use local libbluetooth includes
Diffstat (limited to 'src/service.c')
-rw-r--r--src/service.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/service.c b/src/service.c
index 8c85cd17a..4d1f1cb21 100644
--- a/src/service.c
+++ b/src/service.c
@@ -35,10 +35,11 @@
#include <sys/ioctl.h>
#include <errno.h>
-#include <bluetooth/bluetooth.h>
-
#include <glib.h>
+#include "lib/bluetooth.h"
+#include "lib/sdp.h"
+
#include "log.h"
#include "adapter.h"