commit | 05fc1d7050d5451aea08dc5f504d2670287b2d43 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jan 28 18:02:33 2015 -0800 |
committer | Elliott Hughes <enh@google.com> | Wed Jan 28 19:23:11 2015 -0800 |
tree | fa1d81b61b303ee8ed94c511cc08b8f40ed6624b | |
parent | 43606bc1ce974e4ba42d7d2c3682ad5182e6fc96 [diff] [blame] |
Add missing includes. Change-Id: Ibf549266a19a67eb9158d341a69dddfb654be669
diff --git a/libc/bionic/malloc_debug_common.cpp b/libc/bionic/malloc_debug_common.cpp index 38c6583..1a2765a 100644 --- a/libc/bionic/malloc_debug_common.cpp +++ b/libc/bionic/malloc_debug_common.cpp
@@ -41,6 +41,7 @@ #include <pthread.h> #include <stdlib.h> +#include <string.h> #include <unistd.h> #include "private/ScopedPthreadMutexLocker.h"