diff options
author | Sharvil Nanavati <sharvil@google.com> | 2015-03-12 15:55:21 -0700 |
---|---|---|
committer | Andre Eisenbach <eisenbach@google.com> | 2015-03-16 16:51:49 -0700 |
commit | 95b74f252f534ec757aab1fc08e086e02b2cfe8d (patch) | |
tree | bbabd333985c8b6248e24b57ab9e314438e47ec8 /stack/l2cap/l2c_utils.c | |
parent | 0f9b91e150e153229235c163861198e23600e636 (diff) | |
download | android_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 'stack/l2cap/l2c_utils.c')
-rw-r--r-- | stack/l2cap/l2c_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stack/l2cap/l2c_utils.c b/stack/l2cap/l2c_utils.c index d358418ff..cc1190391 100644 --- a/stack/l2cap/l2c_utils.c +++ b/stack/l2cap/l2c_utils.c @@ -27,7 +27,7 @@ #include <stdio.h> #include "device/include/controller.h" -#include "counter.h" +#include "btcore/include/counter.h" #include "gki.h" #include "bt_types.h" #include "hcimsgs.h" |