diff options
author | Igor Murashkin <iam@google.com> | 2013-10-30 16:19:01 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-10-30 16:19:01 -0700 |
commit | 1051c27dcfa012ece8fdc24d0591b6e6a275ac2d (patch) | |
tree | 8465c26ffbc0686706a73bf75643d3354808acf0 /libutils/ProcessCallStack.cpp | |
parent | 74160cb77506252d54fb6c390c8ef014fee0d889 (diff) | |
parent | ce510d40c209a627d06573a9b32f3e0eb941d3a4 (diff) |
am ce510d40: am 81f2c3d2: utils: Fix broken build
* commit 'ce510d40c209a627d06573a9b32f3e0eb941d3a4':
utils: Fix broken build
Diffstat (limited to 'libutils/ProcessCallStack.cpp')
-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 { |