summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-10-15 20:04:09 +0000
committerbrian <brian@FreeBSD.org>2000-10-15 20:04:09 +0000
commit97cc68f9c32e8cc1579074fa97df532bd92b13b3 (patch)
treefa08ec99045c9ab66b20a39cc7dbb18967afdba1 /lib
parentf14ff11317d869ad304bd94eccb8354f5748de20 (diff)
downloadFreeBSD-src-97cc68f9c32e8cc1579074fa97df532bd92b13b3.zip
FreeBSD-src-97cc68f9c32e8cc1579074fa97df532bd92b13b3.tar.gz
#include <sys/types.h>
Diffstat (limited to 'lib')
-rw-r--r--lib/libc_r/uthread/uthread_wait4.c2
-rw-r--r--lib/libkse/thread/thr_wait4.c2
-rw-r--r--lib/libpthread/thread/thr_wait4.c2
3 files changed, 6 insertions, 0 deletions
diff --git a/lib/libc_r/uthread/uthread_wait4.c b/lib/libc_r/uthread/uthread_wait4.c
index 083c230..da69a4f 100644
--- a/lib/libc_r/uthread/uthread_wait4.c
+++ b/lib/libc_r/uthread/uthread_wait4.c
@@ -31,6 +31,8 @@
*
* $FreeBSD$
*/
+#include <sys/types.h>
+
#include <errno.h>
#include <sys/wait.h>
#ifdef _THREAD_SAFE
diff --git a/lib/libkse/thread/thr_wait4.c b/lib/libkse/thread/thr_wait4.c
index 083c230..da69a4f 100644
--- a/lib/libkse/thread/thr_wait4.c
+++ b/lib/libkse/thread/thr_wait4.c
@@ -31,6 +31,8 @@
*
* $FreeBSD$
*/
+#include <sys/types.h>
+
#include <errno.h>
#include <sys/wait.h>
#ifdef _THREAD_SAFE
diff --git a/lib/libpthread/thread/thr_wait4.c b/lib/libpthread/thread/thr_wait4.c
index 083c230..da69a4f 100644
--- a/lib/libpthread/thread/thr_wait4.c
+++ b/lib/libpthread/thread/thr_wait4.c
@@ -31,6 +31,8 @@
*
* $FreeBSD$
*/
+#include <sys/types.h>
+
#include <errno.h>
#include <sys/wait.h>
#ifdef _THREAD_SAFE
OpenPOWER on IntegriCloud