summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-30 21:28:07 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-30 21:28:07 +0000
commite0360d0e86fed644e6cbe406de66d77d7ae9e697 (patch)
tree616e263b73e0eb9203fc397d366baeacd87c2500 /media/libstagefright/codecs
parentaae036391b83a4509f2f480f36a1a4974b05132d (diff)
parent172f257811886a216bf528006fc8445cec9d5480 (diff)
downloadframeworks_av-e0360d0e86fed644e6cbe406de66d77d7ae9e697.zip
frameworks_av-e0360d0e86fed644e6cbe406de66d77d7ae9e697.tar.gz
frameworks_av-e0360d0e86fed644e6cbe406de66d77d7ae9e697.tar.bz2
am 172f2578: am 3e7e574b: am 434c80e5: Merge "Add missing includes."
* commit '172f257811886a216bf528006fc8445cec9d5480': Add missing includes.
Diffstat (limited to 'media/libstagefright/codecs')
-rw-r--r--media/libstagefright/codecs/on2/h264dec/source/H264SwDecApi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/libstagefright/codecs/on2/h264dec/source/H264SwDecApi.c b/media/libstagefright/codecs/on2/h264dec/source/H264SwDecApi.c
index 524a3f0..a073dcb 100644
--- a/media/libstagefright/codecs/on2/h264dec/source/H264SwDecApi.c
+++ b/media/libstagefright/codecs/on2/h264dec/source/H264SwDecApi.c
@@ -36,6 +36,7 @@
1. Include headers
------------------------------------------------------------------------------*/
#include <stdlib.h>
+#include <string.h>
#include "basetype.h"
#include "h264bsd_container.h"
#include "H264SwDecApi.h"