diff --git a/signal.c b/signal.c index a0f9bff766..67990856ea 100644 --- a/signal.c +++ b/signal.c @@ -24,6 +24,9 @@ #ifdef HAVE_SYS_UIO_H #include #endif +#ifdef HAVE_UCONTEXT_H +#include +#endif #ifdef HAVE_VALGRIND_MEMCHECK_H # include