diff options
author | Prerepa Viswanadham <dham@google.com> | 2015-04-10 13:48:17 -0700 |
---|---|---|
committer | Prerepa Viswanadham <dham@google.com> | 2015-04-10 13:48:17 -0700 |
commit | b246a1a750c5a337faaa6033b39e78c8bdd4c2fb (patch) | |
tree | 410fcacc00e8b9c907d0dd8c89fa88a9c8a0b3df /btif/src/btif_profile_queue.c | |
parent | 5b7e6e94a6ae92480061e7c770fcfb1592ce8b8e (diff) | |
parent | 4bf68bf020c7fd1aabcdc4b5d8f5fbb8bacdec9d (diff) | |
download | android_system_bt-b246a1a750c5a337faaa6033b39e78c8bdd4c2fb.tar.gz android_system_bt-b246a1a750c5a337faaa6033b39e78c8bdd4c2fb.tar.bz2 android_system_bt-b246a1a750c5a337faaa6033b39e78c8bdd4c2fb.zip |
Merge commit '4bf68bf020c7fd1aabcdc4b5d8f5fbb8bacdec9d' into merge_work
Change-Id: Ibc6d6e691b7f97611d16f96220346dfd6ffbbf52
Diffstat (limited to 'btif/src/btif_profile_queue.c')
-rw-r--r-- | btif/src/btif_profile_queue.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/btif/src/btif_profile_queue.c b/btif/src/btif_profile_queue.c index 569386046..86025efc6 100644 --- a/btif/src/btif_profile_queue.c +++ b/btif/src/btif_profile_queue.c @@ -25,6 +25,7 @@ ******************************************************************************/ #include <assert.h> +#include <string.h> #include <hardware/bluetooth.h> #include <string.h> |