diff options
author | brian <brian@FreeBSD.org> | 2000-10-15 20:04:09 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2000-10-15 20:04:09 +0000 |
commit | 97cc68f9c32e8cc1579074fa97df532bd92b13b3 (patch) | |
tree | fa08ec99045c9ab66b20a39cc7dbb18967afdba1 /lib/libc_r | |
parent | f14ff11317d869ad304bd94eccb8354f5748de20 (diff) | |
download | FreeBSD-src-97cc68f9c32e8cc1579074fa97df532bd92b13b3.zip FreeBSD-src-97cc68f9c32e8cc1579074fa97df532bd92b13b3.tar.gz |
#include <sys/types.h>
Diffstat (limited to 'lib/libc_r')
-rw-r--r-- | lib/libc_r/uthread/uthread_wait4.c | 2 |
1 files changed, 2 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 |