diff options
author | Pavel Chupin <pavel.v.chupin@intel.com> | 2013-11-21 23:17:20 +0400 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-01-30 17:15:24 -0800 |
commit | c6c194ced095df5e777b8fa24527ebd29c8fef54 (patch) | |
tree | e8c2872d11d30743d38f915b90ce394d2773ccf2 /libbacktrace/UnwindCurrent.cpp | |
parent | e97dad0d95ae1305686bf4294029da947fc2dcf2 (diff) | |
download | core-c6c194ced095df5e777b8fa24527ebd29c8fef54.tar.gz core-c6c194ced095df5e777b8fa24527ebd29c8fef54.tar.bz2 core-c6c194ced095df5e777b8fa24527ebd29c8fef54.zip |
LP64: Enable debuggerd/libbacktrace/libunwind.
Change-Id: I2e432839f86c33c2adbaac8cc12ca8961956044b
Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
Diffstat (limited to 'libbacktrace/UnwindCurrent.cpp')
-rwxr-xr-x[-rw-r--r--] | libbacktrace/UnwindCurrent.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libbacktrace/UnwindCurrent.cpp b/libbacktrace/UnwindCurrent.cpp index 461ed02cf..81e69bbb1 100644..100755 --- a/libbacktrace/UnwindCurrent.cpp +++ b/libbacktrace/UnwindCurrent.cpp @@ -16,6 +16,7 @@ #define LOG_TAG "libbacktrace" +#include <sys/ucontext.h> #include <sys/types.h> #include <backtrace/Backtrace.h> @@ -27,8 +28,6 @@ #include "UnwindCurrent.h" #include "UnwindMap.h" -#include <ucontext.h> - //------------------------------------------------------------------------- // UnwindCurrent functions. //------------------------------------------------------------------------- |