diff options
| author | Brian Somers <brian@FreeBSD.org> | 2000-10-15 20:04:09 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2000-10-15 20:04:09 +0000 |
| commit | 9c8ec4f794f1843941577487e4399a6b2a0f3b55 (patch) | |
| tree | 18c40dab510b3c78a7d0d044e0a4b81c0317ab6b /lib/libpthread/thread/thr_wait4.c | |
| parent | abf94dbd10dbc9f067ff218d9a358aa4932fbeed (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_wait4.c')
| -rw-r--r-- | lib/libpthread/thread/thr_wait4.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 <sys/types.h> + #include <errno.h> #include <sys/wait.h> #ifdef _THREAD_SAFE |
