summaryrefslogtreecommitdiff
path: root/tools/hciattach_intel.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-03-01 00:04:20 -0800
committerMarcel Holtmann <marcel@holtmann.org>2015-03-01 00:04:20 -0800
commitf02dbf1cd697665752c3095bf42b7c189a0e0bd2 (patch)
tree1eb60a6d5a64e79017412c1cd7def4645751e283 /tools/hciattach_intel.c
parent318e32cddbe2d8b05f886ee3a3cd8b97e0e9c05a (diff)
downloadbluez-f02dbf1cd697665752c3095bf42b7c189a0e0bd2.tar.gz
tools: Use local libbluetooth includes
Diffstat (limited to 'tools/hciattach_intel.c')
-rw-r--r--tools/hciattach_intel.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/hciattach_intel.c b/tools/hciattach_intel.c
index 749098ef9..2650dcb61 100644
--- a/tools/hciattach_intel.c
+++ b/tools/hciattach_intel.c
@@ -35,9 +35,9 @@
#include <sys/ioctl.h>
#include <time.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 "hciattach.h"