diff options
author | 2011-03-21 20:26:25 -0700 | |
---|---|---|
committer | 2011-03-21 20:26:25 -0700 | |
commit | 06a42db7c54749655beb0b626e44b601ad3d5082 (patch) | |
tree | 66379c6050a4d6fd1cd04cc5dce1f841ca8f6a06 /libs/utils/AssetManager.cpp | |
parent | b2613555f654d485d9882c662384c4c2fcd89c2b (diff) |
Include strings.h for the strcasecmp prototype.
Change-Id: I0659ce2186547274e58f8b2027e16d3e45189353
Diffstat (limited to 'libs/utils/AssetManager.cpp')
-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; } - |