Merge pull request #40 from BytesGalore/master
Fix for missing include in the native cpu
This commit is contained in:
commit
093ff7181c
@ -18,6 +18,7 @@
|
|||||||
|
|
||||||
// __USE_GNU for gregs[REG_EIP] access
|
// __USE_GNU for gregs[REG_EIP] access
|
||||||
#define __USE_GNU
|
#define __USE_GNU
|
||||||
|
#include <ucontext.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#undef __USE_GNU
|
#undef __USE_GNU
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user