From 74562f1a2a24b2a6470991c3c1b242c9a78972d1 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Thu, 30 Sep 1999 14:51:31 +0000 Subject: [PATCH] Add the proper headers so that the SIGNOTEMPTY and SIGSETAND macros are defined. --- lib/libc_r/uthread/uthread_sigwait.c | 2 ++ lib/libkse/thread/thr_sigwait.c | 2 ++ lib/libpthread/thread/thr_sigwait.c | 2 ++ 3 files changed, 6 insertions(+) diff --git a/lib/libc_r/uthread/uthread_sigwait.c b/lib/libc_r/uthread/uthread_sigwait.c index 96a1e159570b..e08b2987148a 100644 --- a/lib/libc_r/uthread/uthread_sigwait.c +++ b/lib/libc_r/uthread/uthread_sigwait.c @@ -32,6 +32,8 @@ * $FreeBSD$ */ #include +#include +#include #include #ifdef _THREAD_SAFE #include diff --git a/lib/libkse/thread/thr_sigwait.c b/lib/libkse/thread/thr_sigwait.c index 96a1e159570b..e08b2987148a 100644 --- a/lib/libkse/thread/thr_sigwait.c +++ b/lib/libkse/thread/thr_sigwait.c @@ -32,6 +32,8 @@ * $FreeBSD$ */ #include +#include +#include #include #ifdef _THREAD_SAFE #include diff --git a/lib/libpthread/thread/thr_sigwait.c b/lib/libpthread/thread/thr_sigwait.c index 96a1e159570b..e08b2987148a 100644 --- a/lib/libpthread/thread/thr_sigwait.c +++ b/lib/libpthread/thread/thr_sigwait.c @@ -32,6 +32,8 @@ * $FreeBSD$ */ #include +#include +#include #include #ifdef _THREAD_SAFE #include