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

Commit 3bafffb1 authored by Carl Shapiro's avatar Carl Shapiro
Browse files

Include strings.h for the strcasecmp prototype.

Change-Id: I0659ce2186547274e58f8b2027e16d3e45189353
parent 5388e1c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@
#include <dirent.h>
#include <errno.h>
#include <assert.h>
#include <strings.h>

using namespace android;

@@ -1764,4 +1765,3 @@ int AssetManager::ZipSet::getIndex(const String8& zip) const

    return mZipPath.size()-1;
}