am c1087e55: am bf6c2dbe: Merge "Fix mac build."
* commit 'c1087e55c63f2c206eae676fd4c237585a64e8e5': Fix mac build.
This commit is contained in:
commit
8ad708c565
|
@ -19,7 +19,6 @@
|
|||
|
||||
#include <inttypes.h>
|
||||
#include <stdint.h>
|
||||
#include <ucontext.h>
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
@ -48,6 +47,9 @@ struct backtrace_frame_data_t {
|
|||
// Forward declarations.
|
||||
class BacktraceImpl;
|
||||
|
||||
struct ucontext;
|
||||
typedef ucontext ucontext_t;
|
||||
|
||||
class Backtrace {
|
||||
public:
|
||||
// Create the correct Backtrace object based on what is to be unwound.
|
||||
|
|
Loading…
Reference in New Issue