commit | 06a42db7c54749655beb0b626e44b601ad3d5082 | [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 | 66379c6050a4d6fd1cd04cc5dce1f841ca8f6a06 | |
parent | b2613555f654d485d9882c662384c4c2fcd89c2b [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..6e57d93 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; } -