commit | 3bafffb1bd241e4ecb93a91015a189b65bd61f2b | [log] [tgz] |
---|---|---|
author | Carl Shapiro <cshapiro@google.com> | Mon Mar 21 20:26:25 2011 -0700 |
committer | Carl Shapiro <cshapiro@google.com> | Mon Mar 21 20:26:25 2011 -0700 |
tree | fdfb1d10aa4dc4465fadb50c378acdc94e91fd0c | |
parent | 5388e1c68d3786122704868c0fc1561f7ff8c4f8 [diff] [blame] |
Include strings.h for the strcasecmp prototype. Change-Id: I0659ce2186547274e58f8b2027e16d3e45189353
diff --git a/libs/utils/AssetManager.cpp b/libs/utils/AssetManager.cpp index e09e755..6e57d93d 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 @@ return mZipPath.size()-1; } -