summaryrefslogtreecommitdiff
path: root/benchmarks/libmicro/files/patch-setcontext.c
blob: eaf46be3a8a2145dbf112a100f90d608c7eddf83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- setcontext.c.orig	Sat Aug  6 16:15:12 2005
+++ setcontext.c	Sat Aug  6 16:15:31 2005
@@ -36,6 +36,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
+#include <signal.h>
 #include <ucontext.h>
 
 #include "libmicro.h"