Skip to content

Commit

Permalink
added #include needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Morris committed Aug 9, 2024
1 parent 456e0cd commit b907848
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
#ifdef __arm64__
#define UC_MCONTEXT uc_mcontext64

typedef ucontext64_t SignalUserContext;
#include <sys/_types/_ucontext64.h>
typedef ucontext64_t SignalUserContext;
#else
#define UC_MCONTEXT uc_mcontext
typedef ucontext_t SignalUserContext;
Expand Down

0 comments on commit b907848

Please sign in to comment.