summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Carl Shapiro <cshapiro@google.com> 2011-03-21 20:26:25 -0700
committer Carl Shapiro <cshapiro@google.com> 2011-03-21 20:26:25 -0700
commit3bafffb1bd241e4ecb93a91015a189b65bd61f2b (patch)
treefdfb1d10aa4dc4465fadb50c378acdc94e91fd0c
parent5388e1c68d3786122704868c0fc1561f7ff8c4f8 (diff)
Include strings.h for the strcasecmp prototype.
Change-Id: I0659ce2186547274e58f8b2027e16d3e45189353
-rw-r--r--libs/utils/AssetManager.cpp2
1 files changed, 1 insertions, 1 deletions
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 <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;
}
-