diff options
Diffstat (limited to 'regress/lib/libc_r/preemption/preemption.c')
-rw-r--r-- | regress/lib/libc_r/preemption/preemption.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libc_r/preemption/preemption.c b/regress/lib/libc_r/preemption/preemption.c index ef0829ce4f5..5224630a918 100644 --- a/regress/lib/libc_r/preemption/preemption.c +++ b/regress/lib/libc_r/preemption/preemption.c @@ -1,4 +1,4 @@ -/* $OpenBSD: preemption.c,v 1.1 2001/08/15 14:37:12 fgsch Exp $ */ +/* $OpenBSD: preemption.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. @@ -43,6 +43,7 @@ #include <pthread.h> #include <stdio.h> +#include <stdlib.h> #include "test.h" void * |