1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00

fixed missing include

This commit is contained in:
Martin 2013-06-01 08:28:47 -07:00
parent a929ecec6d
commit d0ea87524c

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