diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1998-02-08 22:44:10 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1998-02-08 22:44:10 +0000 |
commit | 30bff7e6175caea2b7ec7f5d43283b9c30df57ea (patch) | |
tree | 5fd6701b348c3189b92593774c10834f24b7d202 | |
parent | 7be79d1dabf4aa2c866b352e2a4ab286a403e5d6 (diff) |
Pull in prototype
-rw-r--r-- | lib/libc/gen/usleep.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 <sys/types.h> #include <sys/time.h> +#include <unistd.h> int usleep(useconds) |