summaryrefslogtreecommitdiff
path: root/attrib/utils.c
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.de.marchi@gmail.com>2012-12-05 09:22:53 -0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-12-05 17:23:04 +0200
commit49b56120427efbfab3e8e67aadf33899c769ff36 (patch)
treecda099b782dc0f3f1c6c1bad6beaa1661344ae98 /attrib/utils.c
parentaa77b0bea9507229cadb219b6857a38ec3433f97 (diff)
downloadbluez-49b56120427efbfab3e8e67aadf33899c769ff36.tar.gz
Use the entire include path for btio.h
Diffstat (limited to 'attrib/utils.c')
-rw-r--r--attrib/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/attrib/utils.c b/attrib/utils.c
index b5ade9a24..4ffcd9335 100644
--- a/attrib/utils.c
+++ b/attrib/utils.c
@@ -33,7 +33,7 @@
#include "att.h"
#include "gattrib.h"
#include "gatt.h"
-#include "btio.h"
+#include <btio/btio.h>
#include "gatttool.h"
GIOChannel *gatt_connect(const gchar *src, const gchar *dst,