summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-30 19:44:06 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-30 19:44:06 +0000
commit3e7e574b682603dc7431fbfc377c2fb107d378f1 (patch)
treeb40e7ef0d4cb685b4534f2c4543dc0baf04d6b29 /media/libstagefright/codecs
parent5bcdfac94a07c55ce021879d733749775d2d8880 (diff)
parent434c80e54fb0dbf01941aa7560d5add5e69e0f1d (diff)
downloadframeworks_av-3e7e574b682603dc7431fbfc377c2fb107d378f1.zip
frameworks_av-3e7e574b682603dc7431fbfc377c2fb107d378f1.tar.gz
frameworks_av-3e7e574b682603dc7431fbfc377c2fb107d378f1.tar.bz2
am 434c80e5: Merge "Add missing includes."
* commit '434c80e54fb0dbf01941aa7560d5add5e69e0f1d': 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"