From 3bafffb1bd241e4ecb93a91015a189b65bd61f2b 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 e09e755861..6e57d93d8b 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.2.3-59-g8ed1b