summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortholo <tholo@openbsd.org>1998-02-08 22:44:09 +0000
committertholo <tholo@openbsd.org>1998-02-08 22:44:09 +0000
commit1d9997a23c3f0e5205c89def024c07b5a16faf74 (patch)
tree20f8b96db36f500c8f86a28d87d1e1fea8025c52
parentUpdates to match type changes in syscall tables (diff)
downloadwireguard-openbsd-1d9997a23c3f0e5205c89def024c07b5a16faf74.tar.xz
wireguard-openbsd-1d9997a23c3f0e5205c89def024c07b5a16faf74.zip
Pull in prototype
-rw-r--r--lib/libc/gen/usleep.c3
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)