From 21e7c33eaf8772819bf57fe9557885e4ebc43e1b Mon Sep 17 00:00:00 2001 From: Carl Shapiro Date: Tue, 22 Mar 2011 11:51:57 -0700 Subject: Include strings.h for the strcasecmp prototype. Change-Id: I83cd464d59d16f1c5f8afa7e50d474ca2bb41713 --- drm/common/DrmSupportInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drm') diff --git a/drm/common/DrmSupportInfo.cpp b/drm/common/DrmSupportInfo.cpp index c0bff0e..3dee435 100644 --- a/drm/common/DrmSupportInfo.cpp +++ b/drm/common/DrmSupportInfo.cpp @@ -15,6 +15,7 @@ */ #include +#include using namespace android; @@ -152,4 +153,3 @@ String8& DrmSupportInfo::MimeTypeIterator::next() { mIndex++; return value; } - -- cgit v1.1