Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf6c2dbe authored by Christopher Ferris's avatar Christopher Ferris Committed by Gerrit Code Review
Browse files

Merge "Fix mac build."

parents 3a088524 b138037b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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.