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

Commit c1087e55 authored by Christopher Ferris's avatar Christopher Ferris Committed by Android Git Automerger
Browse files

am bf6c2dbe: Merge "Fix mac build."

* commit 'bf6c2dbe':
  Fix mac build.
parents 66e31dc5 bf6c2dbe
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.