From 30bff7e6175caea2b7ec7f5d43283b9c30df57ea Mon Sep 17 00:00:00 2001 From: Thorsten Lockert Date: Sun, 8 Feb 1998 22:44:10 +0000 Subject: Pull in prototype --- lib/libc/gen/usleep.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libc/gen/usleep.c b/lib/libc/gen/usleep.c index 8a18ed160a3..4e603fdced8 100644 --- a/lib/libc/gen/usleep.c +++ b/lib/libc/gen/usleep.c @@ -32,11 +32,12 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: usleep.c,v 1.6 1997/11/06 01:25:48 millert Exp $"; +static char rcsid[] = "$OpenBSD: usleep.c,v 1.7 1998/02/08 22:44:09 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include #include +#include int usleep(useconds) -- cgit v1.2.3