summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-30 21:16:37 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-30 21:16:37 +0000
commit172f257811886a216bf528006fc8445cec9d5480 (patch)
treef93f78c4f4648a83a10c434f6de0431e07844d18 /media/libstagefright/codecs
parent88873ae1b01208a9e70b80860274f429d08a6c64 (diff)
parent3e7e574b682603dc7431fbfc377c2fb107d378f1 (diff)
downloadframeworks_av-172f257811886a216bf528006fc8445cec9d5480.zip
frameworks_av-172f257811886a216bf528006fc8445cec9d5480.tar.gz
frameworks_av-172f257811886a216bf528006fc8445cec9d5480.tar.bz2
am 3e7e574b: am 434c80e5: Merge "Add missing includes."
* commit '3e7e574b682603dc7431fbfc377c2fb107d378f1': 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"