commit | a58af3c2dfd79dae2aa249e5ff54f6e4bdb8bd73 | [log] [tgz] |
---|---|---|
author | Vasu Nori <vnori@google.com> | Tue Mar 22 14:09:01 2011 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Mar 22 14:09:01 2011 -0700 |
tree | fdfb1d10aa4dc4465fadb50c378acdc94e91fd0c | |
parent | 24c1a47cb1038628bddbaf0d10e543195dbd5497 [diff] | |
parent | 5388e1c68d3786122704868c0fc1561f7ff8c4f8 [diff] |
Merge "bug:4090903 allow bindargs on attach database statement"
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; } -