diff options
Diffstat (limited to 'regress/lib/libc_r/pthread_create/pthread_create.c')
-rw-r--r-- | regress/lib/libc_r/pthread_create/pthread_create.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libc_r/pthread_create/pthread_create.c b/regress/lib/libc_r/pthread_create/pthread_create.c index ccc2a6c4292..9b82d0945f5 100644 --- a/regress/lib/libc_r/pthread_create/pthread_create.c +++ b/regress/lib/libc_r/pthread_create/pthread_create.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pthread_create.c,v 1.1 2001/08/15 14:37:16 fgsch Exp $ */ +/* $OpenBSD: pthread_create.c,v 1.2 2001/09/20 16:43:15 todd Exp $ */ /* * Copyright (c) 1993, 1994, 1995, 1996 by Chris Provenzano and contributors, * proven@mit.edu All rights reserved. @@ -40,6 +40,7 @@ #include <pthread.h> #include <stdio.h> +#include <stdlib.h> #include "test.h" void* new_thread(void* arg) |