summaryrefslogtreecommitdiff
path: root/tools/hciattach_st.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_st.c
parent318e32cddbe2d8b05f886ee3a3cd8b97e0e9c05a (diff)
downloadbluez-f02dbf1cd697665752c3095bf42b7c189a0e0bd2.tar.gz
tools: Use local libbluetooth includes
Diffstat (limited to 'tools/hciattach_st.c')
-rw-r--r--tools/hciattach_st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hciattach_st.c b/tools/hciattach_st.c
index dbb7c47b2..474545a75 100644
--- a/tools/hciattach_st.c
+++ b/tools/hciattach_st.c
@@ -35,7 +35,7 @@
#include <dirent.h>
#include <sys/param.h>
-#include <bluetooth/bluetooth.h>
+#include "lib/bluetooth.h"
#include "hciattach.h"