Merge pull request #40 from BytesGalore/master

Fix for missing include in the native cpu
This commit is contained in:
LudwigOrtmann 2013-06-01 10:43:42 -07:00
commit 093ff7181c

View File

@ -18,6 +18,7 @@
// __USE_GNU for gregs[REG_EIP] access
#define __USE_GNU
#include <ucontext.h>
#include <signal.h>
#undef __USE_GNU