commit | bf65d240a369d94aed9703acc1e389e35132d68c | [log] [tgz] |
---|---|---|
author | Adam Powell <adamp@google.com> | Tue Mar 22 14:13:34 2011 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Mar 22 14:13:34 2011 -0700 |
tree | fdfb1d10aa4dc4465fadb50c378acdc94e91fd0c | |
parent | a58af3c2dfd79dae2aa249e5ff54f6e4bdb8bd73 [diff] | |
parent | 47f8173b2a663fd1eb242c386dec18184c2764c6 [diff] |
Merge "Fix bug 4142917 - Add support for specifying a custom home icon in action bar"
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; } -