diff options
| author | 2011-03-22 13:37:59 -0700 | |
|---|---|---|
| committer | 2011-03-22 13:37:59 -0700 | |
| commit | a00228dd04ea6b99c8cf53938a87b78c0a10f573 (patch) | |
| tree | 58a6f2b8e539d55a2f48ba66068ae96381358c81 | |
| parent | c8e14bf5d507923c3735a75411638db2d854d6a5 (diff) | |
| parent | 06a42db7c54749655beb0b626e44b601ad3d5082 (diff) | |
Merge "Include strings.h for the strcasecmp prototype."
| -rw-r--r-- | libs/utils/AssetManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/utils/AssetManager.cpp b/libs/utils/AssetManager.cpp index e09e755861dc..6e57d93d8b47 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; } - |