diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-07-30 13:03:08 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-07-30 13:03:08 +0000 |
commit | e9dd2f49562a27f55db6e2cf6b464f1b7fbc6105 (patch) | |
tree | 070a6382d8a8da424aa141998fc407315ccd5efe /lib | |
parent | 756a5da79011b8d0f3a79783fb8c8919be38b131 (diff) |
missing #include
Claudio Jeker, PR3382
Diffstat (limited to 'lib')
-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" |