diff options
author | Igor Murashkin <iam@google.com> | 2013-10-30 16:15:57 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-10-30 16:15:57 -0700 |
commit | ce510d40c209a627d06573a9b32f3e0eb941d3a4 (patch) | |
tree | a8485f00ae68840ba69c788c7b4b56ca092b649f | |
parent | 6b7b65417aead0189681c12d9162f31e8bc9b3e5 (diff) | |
parent | 81f2c3d2117cfe7307ee6efbd82567bd02950965 (diff) | |
download | core-ce510d40c209a627d06573a9b32f3e0eb941d3a4.tar.gz core-ce510d40c209a627d06573a9b32f3e0eb941d3a4.tar.bz2 core-ce510d40c209a627d06573a9b32f3e0eb941d3a4.zip |
am 81f2c3d2: utils: Fix broken build
* commit '81f2c3d2117cfe7307ee6efbd82567bd02950965':
utils: Fix broken build
-rw-r--r-- | libutils/ProcessCallStack.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libutils/ProcessCallStack.cpp b/libutils/ProcessCallStack.cpp index ed35237a0..e202b9c1e 100644 --- a/libutils/ProcessCallStack.cpp +++ b/libutils/ProcessCallStack.cpp @@ -26,6 +26,8 @@ #include <utils/ProcessCallStack.h> #include <utils/Printer.h> +#include <limits.h> + namespace android { enum { |