From 9c8ec4f794f1843941577487e4399a6b2a0f3b55 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Sun, 15 Oct 2000 20:04:09 +0000 Subject: [PATCH] #include --- lib/libc_r/uthread/uthread_wait4.c | 2 ++ lib/libkse/thread/thr_wait4.c | 2 ++ lib/libpthread/thread/thr_wait4.c | 2 ++ 3 files changed, 6 insertions(+) diff --git a/lib/libc_r/uthread/uthread_wait4.c b/lib/libc_r/uthread/uthread_wait4.c index 083c230ec88c..da69a4f26b29 100644 --- a/lib/libc_r/uthread/uthread_wait4.c +++ b/lib/libc_r/uthread/uthread_wait4.c @@ -31,6 +31,8 @@ * * $FreeBSD$ */ +#include + #include #include #ifdef _THREAD_SAFE diff --git a/lib/libkse/thread/thr_wait4.c b/lib/libkse/thread/thr_wait4.c index 083c230ec88c..da69a4f26b29 100644 --- a/lib/libkse/thread/thr_wait4.c +++ b/lib/libkse/thread/thr_wait4.c @@ -31,6 +31,8 @@ * * $FreeBSD$ */ +#include + #include #include #ifdef _THREAD_SAFE diff --git a/lib/libpthread/thread/thr_wait4.c b/lib/libpthread/thread/thr_wait4.c index 083c230ec88c..da69a4f26b29 100644 --- a/lib/libpthread/thread/thr_wait4.c +++ b/lib/libpthread/thread/thr_wait4.c @@ -31,6 +31,8 @@ * * $FreeBSD$ */ +#include + #include #include #ifdef _THREAD_SAFE