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

Commit a00228dd authored by Carl Shapiro's avatar Carl Shapiro Committed by Android (Google) Code Review
Browse files

Merge "Include strings.h for the strcasecmp prototype."

parents c8e14bf5 06a42db7
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;
}