summaryrefslogtreecommitdiff
path: root/benchmarks/libmicro/files/patch-setcontext.c
blob: f522e925a4fac61f59b0d9551adf6150ac0a7419 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- setcontext.c.orig	2011-05-11 00:58:23 UTC
+++ setcontext.c
@@ -31,6 +31,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
+#include <signal.h>
 #include <ucontext.h>
 
 #include "libmicro.h"