diff options
author | David Leonard <d@cvs.openbsd.org> | 1999-03-10 10:06:23 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1999-03-10 10:06:23 +0000 |
commit | b712f1b3c2547530aaeec05ebaca71b96154f9d5 (patch) | |
tree | 779c99a38b1e8ebc4ca301a9f037f0ba2ccb2ec5 /lib/libc_r | |
parent | f099e2b3a0522514060529c6511e14d26e983c60 (diff) |
extra includes for Wall
Diffstat (limited to 'lib/libc_r')
-rw-r--r-- | lib/libc_r/uthread/uthread_create.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_create.c b/lib/libc_r/uthread/uthread_create.c index eef5dab9646..d4542c6624b 100644 --- a/lib/libc_r/uthread/uthread_create.c +++ b/lib/libc_r/uthread/uthread_create.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $OpenBSD: uthread_create.c,v 1.7 1999/02/01 08:23:46 d Exp $ + * $OpenBSD: uthread_create.c,v 1.8 1999/03/10 10:06:22 d Exp $ */ #include <errno.h> #include <stdlib.h> @@ -39,6 +39,8 @@ #include <sys/time.h> #ifdef _THREAD_SAFE #include <machine/reg.h> +#include <pthread.h> +#include "pthread_private.h" #include "thread_private.h" int |