From 06a42db7c54749655beb0b626e44b601ad3d5082 Mon Sep 17 00:00:00 2001 From: Carl Shapiro Date: Mon, 21 Mar 2011 20:26:25 -0700 Subject: Include strings.h for the strcasecmp prototype. Change-Id: I0659ce2186547274e58f8b2027e16d3e45189353 --- libs/utils/AssetManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/utils/AssetManager.cpp') diff --git a/libs/utils/AssetManager.cpp b/libs/utils/AssetManager.cpp index e09e755..6e57d93 100644 --- a/libs/utils/AssetManager.cpp +++ b/libs/utils/AssetManager.cpp @@ -36,6 +36,7 @@ #include #include #include +#include using namespace android; @@ -1764,4 +1765,3 @@ int AssetManager::ZipSet::getIndex(const String8& zip) const return mZipPath.size()-1; } - -- cgit v1.1