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

Commit 14b90f80 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 77cb3dbe 3bafffb1
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;
}