summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-29 22:49:04 -0800
committerElliott Hughes <enh@google.com>2015-01-29 22:49:04 -0800
commit3e255fa2dbe9d7b05818964ddc9f6ea6bf24ec14 (patch)
tree13773f8b1353aadc2332aac5b03b91cd49d79804
parent2a6e5cf4e8b39e3b0b540d3cf49568c61e9d67cd (diff)
downloadframeworks_av-3e255fa2dbe9d7b05818964ddc9f6ea6bf24ec14.zip
frameworks_av-3e255fa2dbe9d7b05818964ddc9f6ea6bf24ec14.tar.gz
frameworks_av-3e255fa2dbe9d7b05818964ddc9f6ea6bf24ec14.tar.bz2
Add missing includes.
Change-Id: I54abc8fbf9d4d48f747b6aac2ce42c23c7568c25
-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"