Include strings.h for the strcasecmp prototype.

Change-Id: I0659ce2186547274e58f8b2027e16d3e45189353
This commit is contained in:
Carl Shapiro 2011-03-21 20:26:25 -07:00
parent 5388e1c68d
commit 3bafffb1bd

View File

@ -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;
}