diff options
Diffstat (limited to 'regress/lib/libpthread/setjmp/setjmp.c')
-rw-r--r-- | regress/lib/libpthread/setjmp/setjmp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libpthread/setjmp/setjmp.c b/regress/lib/libpthread/setjmp/setjmp.c index 45f6feca99d..fa3f4867b8e 100644 --- a/regress/lib/libpthread/setjmp/setjmp.c +++ b/regress/lib/libpthread/setjmp/setjmp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: setjmp.c,v 1.1 2001/08/15 14:37:13 fgsch Exp $ */ +/* $OpenBSD: setjmp.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. @@ -33,6 +33,7 @@ */ #include <setjmp.h> +#include <stdlib.h> #include "test.h" int reached; |