Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39ad826d authored by Carl Shapiro's avatar Carl Shapiro
Browse files

Include strings.h for the strcasecmp prototype.

Change-Id: I83cd464d59d16f1c5f8afa7e50d474ca2bb41713
parent b2613555
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}