diff options
author | 1998-02-08 22:44:09 +0000 | |
---|---|---|
committer | 1998-02-08 22:44:09 +0000 | |
commit | 1d9997a23c3f0e5205c89def024c07b5a16faf74 (patch) | |
tree | 20f8b96db36f500c8f86a28d87d1e1fea8025c52 | |
parent | Updates to match type changes in syscall tables (diff) | |
download | wireguard-openbsd-1d9997a23c3f0e5205c89def024c07b5a16faf74.tar.xz wireguard-openbsd-1d9997a23c3f0e5205c89def024c07b5a16faf74.zip |
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) |