summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-29 01:49:38 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-29 01:49:38 +0000
commit6a0fbc68e203058e3b7d62e95d46f2415bc3ed95 (patch)
tree9638d0be10ad12e27bbc9ea98e4ede1107db2f48 /media/libstagefright/codecs
parent2588b453fc170f0691d5c503dab2285fef6976c2 (diff)
parenta3c9d5c3982591042c7c6cb5fb7c32fbd4765832 (diff)
downloadframeworks_av-6a0fbc68e203058e3b7d62e95d46f2415bc3ed95.zip
frameworks_av-6a0fbc68e203058e3b7d62e95d46f2415bc3ed95.tar.gz
frameworks_av-6a0fbc68e203058e3b7d62e95d46f2415bc3ed95.tar.bz2
am a3c9d5c3: am 166776fb: Merge "Add missing includes."
* commit 'a3c9d5c3982591042c7c6cb5fb7c32fbd4765832': Add missing includes.
Diffstat (limited to 'media/libstagefright/codecs')
-rw-r--r--media/libstagefright/codecs/amrnb/dec/test/amrnbdec_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/libstagefright/codecs/amrnb/dec/test/amrnbdec_test.cpp b/media/libstagefright/codecs/amrnb/dec/test/amrnbdec_test.cpp
index 521fe2b..41a9e98 100644
--- a/media/libstagefright/codecs/amrnb/dec/test/amrnbdec_test.cpp
+++ b/media/libstagefright/codecs/amrnb/dec/test/amrnbdec_test.cpp
@@ -26,6 +26,7 @@
* SUCH DAMAGE.
*/
+#include <malloc.h>
#include <stdio.h>
#include <stdint.h>
#include <string.h>