commit | 21e7c33eaf8772819bf57fe9557885e4ebc43e1b | [log] [tgz] |
---|---|---|
author | Carl Shapiro <cshapiro@google.com> | Tue Mar 22 11:51:57 2011 -0700 |
committer | Carl Shapiro <cshapiro@google.com> | Tue Mar 22 11:51:57 2011 -0700 |
tree | 7ce9fa6fc031b84c14840c8d2fa9b33ad8e70157 | |
parent | 7b55c7ce1d8f187430d0b6bda68378f549930289 [diff] [blame] |
Include strings.h for the strcasecmp prototype. Change-Id: I83cd464d59d16f1c5f8afa7e50d474ca2bb41713
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 @@ mIndex++; return value; } -