From 6f37323ba7b6bb6a6b9ec40c4c94eb3706bb16a7 Mon Sep 17 00:00:00 2001 From: "Todd T. Fries" Date: Thu, 20 Sep 2001 16:43:17 +0000 Subject: per man page and gcc 3.0.1, exit requires prototype from stdlib.h --- regress/lib/libpthread/sleep/sleep.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'regress/lib/libpthread/sleep') diff --git a/regress/lib/libpthread/sleep/sleep.c b/regress/lib/libpthread/sleep/sleep.c index ec5ddd1bb66..7819c136c3f 100644 --- a/regress/lib/libpthread/sleep/sleep.c +++ b/regress/lib/libpthread/sleep/sleep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sleep.c,v 1.1 2001/08/15 14:37:16 fgsch Exp $ */ +/* $OpenBSD: sleep.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. @@ -44,6 +44,7 @@ #include #include #include +#include #include "test.h" const char buf[] = "abcdefghijklimnopqrstuvwxyz"; -- cgit v1.2.3