summaryrefslogtreecommitdiff
path: root/tools/bdaddr.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-02-28 21:49:23 -0800
committerMarcel Holtmann <marcel@holtmann.org>2015-02-28 21:49:23 -0800
commit895dd69ae2f50e3638bdd485655a9b4d5b27a986 (patch)
treed664d68bb62e1410da092092716b3f547e6888a5 /tools/bdaddr.c
parentced1db8cc8d5def2e7702147afb35aa43607121a (diff)
downloadbluez-895dd69ae2f50e3638bdd485655a9b4d5b27a986.tar.gz
tools: Use local libbluetooth includes
Diffstat (limited to 'tools/bdaddr.c')
-rw-r--r--tools/bdaddr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/bdaddr.c b/tools/bdaddr.c
index 8356a8def..952e99077 100644
--- a/tools/bdaddr.c
+++ b/tools/bdaddr.c
@@ -33,9 +33,9 @@
#include <sys/ioctl.h>
#include <sys/socket.h>
-#include <bluetooth/bluetooth.h>
-#include <bluetooth/hci.h>
-#include <bluetooth/hci_lib.h>
+#include "lib/bluetooth.h"
+#include "lib/hci.h"
+#include "lib/hci_lib.h"
#include "src/oui.h"