summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorSharvil Nanavati <sharvil@google.com>2015-03-12 15:55:21 -0700
committerAndre Eisenbach <eisenbach@google.com>2015-03-16 16:51:49 -0700
commit95b74f252f534ec757aab1fc08e086e02b2cfe8d (patch)
treebbabd333985c8b6248e24b57ab9e314438e47ec8 /utils
parent0f9b91e150e153229235c163861198e23600e636 (diff)
downloadandroid_system_bt-95b74f252f534ec757aab1fc08e086e02b2cfe8d.tar.gz
android_system_bt-95b74f252f534ec757aab1fc08e086e02b2cfe8d.tar.bz2
android_system_bt-95b74f252f534ec757aab1fc08e086e02b2cfe8d.zip
Use fully qualified path for btcore includes.
Diffstat (limited to 'utils')
-rw-r--r--utils/src/bt_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/src/bt_utils.c b/utils/src/bt_utils.c
index d0ee1720c..3d5f0cf3e 100644
--- a/utils/src/bt_utils.c
+++ b/utils/src/bt_utils.c
@@ -39,7 +39,7 @@
#include "bt_types.h"
#include "bt_utils.h"
-#include "module.h"
+#include "btcore/include/module.h"
#include "osi/include/log.h"
/*******************************************************************************