From 5767860310a78bec6e8d60d4a986332b67e7e435 Mon Sep 17 00:00:00 2001 From: marcel Date: Thu, 30 Sep 1999 14:51:31 +0000 Subject: Add the proper headers so that the SIGNOTEMPTY and SIGSETAND macros are defined. --- lib/libpthread/thread/thr_sigwait.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libpthread') diff --git a/lib/libpthread/thread/thr_sigwait.c b/lib/libpthread/thread/thr_sigwait.c index 96a1e15..e08b298 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 -- cgit v1.1