diff options
author | giovanni <giovanni@cvs.openbsd.org> | 2011-09-08 16:43:57 +0000 |
---|---|---|
committer | giovanni <giovanni@cvs.openbsd.org> | 2011-09-08 16:43:57 +0000 |
commit | 4473512a0bcb392807b08b0303a355d7ea65e459 (patch) | |
tree | 385a5c5d8c7d2362606df2856f68ba9ea05b7d87 /share/man/man4/ip6.4 | |
parent | 2f2ce686669c3f51439172096bc55586fb0dc028 (diff) |
sys/types.h is needed before sys/socket.h
spotted by Thomas de Grivel, ok matthew@
Diffstat (limited to 'share/man/man4/ip6.4')
-rw-r--r-- | share/man/man4/ip6.4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man4/ip6.4 b/share/man/man4/ip6.4 index c59f0886008..2d4bd8a3683 100644 --- a/share/man/man4/ip6.4 +++ b/share/man/man4/ip6.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ip6.4,v 1.24 2011/08/25 14:39:29 haesbaert Exp $ +.\" $OpenBSD: ip6.4,v 1.25 2011/09/08 16:43:56 giovanni Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -26,13 +26,14 @@ .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. -.Dd $Mdocdate: August 25 2011 $ +.Dd $Mdocdate: September 8 2011 $ .Dt IP6 4 .Os .Sh NAME .Nm ip6 .Nd Internet Protocol version 6 (IPv6) network layer .Sh SYNOPSIS +.In sys/types.h .In sys/socket.h .In netinet/in.h .Ft int |