summaryrefslogtreecommitdiffstats
path: root/drm
diff options
context:
space:
mode:
authorCarl Shapiro <cshapiro@google.com>2011-03-22 16:18:38 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-03-22 16:18:38 -0700
commit5c62d9961d89f6ce6641671fe11501eff5afa43f (patch)
treed68310cfc9e8cc030962e15f4f02f51d98c4c5db /drm
parent1b510a6f32a929d926b4f1c9fac57c0ebba14054 (diff)
parent39ad826d2ef799163c8865d59a453ce54175c291 (diff)
downloadframeworks_base-5c62d9961d89f6ce6641671fe11501eff5afa43f.zip
frameworks_base-5c62d9961d89f6ce6641671fe11501eff5afa43f.tar.gz
frameworks_base-5c62d9961d89f6ce6641671fe11501eff5afa43f.tar.bz2
Merge "Include strings.h for the strcasecmp prototype."
Diffstat (limited to 'drm')
-rw-r--r--drm/common/DrmSupportInfo.cpp2
1 files changed, 1 insertions, 1 deletions
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 <drm/DrmSupportInfo.h>
+#include <strings.h>
using namespace android;
@@ -152,4 +153,3 @@ String8& DrmSupportInfo::MimeTypeIterator::next() {
mIndex++;
return value;
}
-