am bf6c2dbe: Merge "Fix mac build."
* commit 'bf6c2dbef5ab775f7c6af6a2776793c2af41bc40': Fix mac build.
This commit is contained in:
commit
c1087e55c6
1 changed files with 3 additions and 1 deletions
|
|
@ -19,7 +19,6 @@
|
||||||
|
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <ucontext.h>
|
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
@ -48,6 +47,9 @@ struct backtrace_frame_data_t {
|
||||||
// Forward declarations.
|
// Forward declarations.
|
||||||
class BacktraceImpl;
|
class BacktraceImpl;
|
||||||
|
|
||||||
|
struct ucontext;
|
||||||
|
typedef ucontext ucontext_t;
|
||||||
|
|
||||||
class Backtrace {
|
class Backtrace {
|
||||||
public:
|
public:
|
||||||
// Create the correct Backtrace object based on what is to be unwound.
|
// Create the correct Backtrace object based on what is to be unwound.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue