summaryrefslogtreecommitdiff
path: root/tools/btiotest.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-01-25 20:31:48 -0800
committerMarcel Holtmann <marcel@holtmann.org>2014-01-25 20:31:48 -0800
commit1d2504d87187a4a594761011c0d7424a4ab42db6 (patch)
tree8f3c0515af5e21ccbdce830ad7a2984a5abeb45d /tools/btiotest.c
parentfc9c240b40106b49853b5a8c60fa219ff4894266 (diff)
downloadbluez-1d2504d87187a4a594761011c0d7424a4ab42db6.tar.gz
tools: Make btio/btio.h include local
Diffstat (limited to 'tools/btiotest.c')
-rw-r--r--tools/btiotest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/btiotest.c b/tools/btiotest.c
index b06367bf3..6a87ffd2a 100644
--- a/tools/btiotest.c
+++ b/tools/btiotest.c
@@ -37,7 +37,7 @@
#include <bluetooth/bluetooth.h>
-#include <btio/btio.h>
+#include "btio/btio.h"
#define DEFAULT_ACCEPT_TIMEOUT 2
static int opt_update_sec = 0;