summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-30 06:51:40 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-01-30 06:51:41 +0000
commit434c80e54fb0dbf01941aa7560d5add5e69e0f1d (patch)
tree13773f8b1353aadc2332aac5b03b91cd49d79804
parent2a6e5cf4e8b39e3b0b540d3cf49568c61e9d67cd (diff)
parent3e255fa2dbe9d7b05818964ddc9f6ea6bf24ec14 (diff)
downloadframeworks_av-434c80e54fb0dbf01941aa7560d5add5e69e0f1d.zip
frameworks_av-434c80e54fb0dbf01941aa7560d5add5e69e0f1d.tar.gz
frameworks_av-434c80e54fb0dbf01941aa7560d5add5e69e0f1d.tar.bz2
Merge "Add missing includes."
-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"