diff options
author | David Leonard <d@cvs.openbsd.org> | 2000-01-06 07:17:10 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 2000-01-06 07:17:10 +0000 |
commit | 60814ecd0fd5390769be2f6ae86a216319404304 (patch) | |
tree | 6d8b49b11a7c6aa9636f846bb8b54b9a58c52282 /lib/libc_r | |
parent | cb16363e627630a41a75265790952dc8d85f15a8 (diff) |
include stdlib.h
Diffstat (limited to 'lib/libc_r')
-rw-r--r-- | lib/libc_r/uthread/uthread_fork.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_fork.c b/lib/libc_r/uthread/uthread_fork.c index 96e19ead19d..5f9054a332b 100644 --- a/lib/libc_r/uthread/uthread_fork.c +++ b/lib/libc_r/uthread/uthread_fork.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uthread_fork.c,v 1.8 1999/11/30 03:16:01 d Exp $ */ +/* $OpenBSD: uthread_fork.c,v 1.9 2000/01/06 07:17:09 d Exp $ */ /* * Copyright (c) 1995-1998 John Birrell <jb@cimlogic.com.au> * All rights reserved. @@ -36,6 +36,7 @@ #include <string.h> #include <unistd.h> #include <fcntl.h> +#include <stdlib.h> #ifdef _THREAD_SAFE #include <pthread.h> #include "pthread_private.h" |