1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-21 20:43:50 +01:00

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