commit | 3e255fa2dbe9d7b05818964ddc9f6ea6bf24ec14 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Jan 29 22:49:04 2015 -0800 |
committer | Elliott Hughes <enh@google.com> | Thu Jan 29 22:49:04 2015 -0800 |
tree | 13773f8b1353aadc2332aac5b03b91cd49d79804 | |
parent | 2a6e5cf4e8b39e3b0b540d3cf49568c61e9d67cd [diff] |
Add missing includes. Change-Id: I54abc8fbf9d4d48f747b6aac2ce42c23c7568c25
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"