diff options
author | 2003-07-30 13:03:07 +0000 | |
---|---|---|
committer | 2003-07-30 13:03:07 +0000 | |
commit | c4bd8f2df4280998d6db00ee78bef8360bc62e9b (patch) | |
tree | 73d4cd2c419844853adccad7a9d7bf95fae78499 /lib/libc | |
parent | whitespace (diff) | |
download | wireguard-openbsd-c4bd8f2df4280998d6db00ee78bef8360bc62e9b.tar.xz wireguard-openbsd-c4bd8f2df4280998d6db00ee78bef8360bc62e9b.zip |
missing #include
Claudio Jeker, PR3382
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/select.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2 index b3e03a970ac..75d7ecdf90d 100644 --- a/lib/libc/sys/select.2 +++ b/lib/libc/sys/select.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: select.2,v 1.23 2003/06/02 20:18:39 millert Exp $ +.\" $OpenBSD: select.2,v 1.24 2003/07/30 13:03:07 henning Exp $ .\" $NetBSD: select.2,v 1.5 1995/06/27 22:32:28 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -39,6 +39,7 @@ .Sh SYNOPSIS .Fd #include <sys/types.h> .Fd #include <sys/time.h> +.Fd #include <string.h> .Fd #include <unistd.h> .Ft int .Fn select "int nfds" "fd_set *readfds" "fd_set *writefds" "fd_set *exceptfds" "struct timeval *timeout" |