Fixed missing #include of <sys/types.h> in synopsis.

This commit is contained in:
bde 2000-03-23 16:20:20 +00:00
parent acca79baf1
commit fce3c66cc6
3 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,7 @@
.Nd IPv6 Routing Header Options manipulation .Nd IPv6 Routing Header Options manipulation
.\" .\"
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <netinet/in.h> .Fd #include <netinet/in.h>
.Ft size_t .Ft size_t
.Fn inet6_rthdr_space "int type" "int segments" .Fn inet6_rthdr_space "int type" "int segments"

View File

@ -68,6 +68,7 @@
.Nd Internet Control Message Protocol for IPv6 .Nd Internet Control Message Protocol for IPv6
." ."
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <sys/socket.h> .Fd #include <sys/socket.h>
.Fd #include <netinet/in.h> .Fd #include <netinet/in.h>
.Fd #include <netinet/icmp6.h> .Fd #include <netinet/icmp6.h>

View File

@ -68,6 +68,7 @@
.Nd Internet Protocol version 6 (IPv6) .Nd Internet Protocol version 6 (IPv6)
.\" .\"
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <sys/socket.h> .Fd #include <sys/socket.h>
.Fd #include <netinet/in.h> .Fd #include <netinet/in.h>
.Ft int .Ft int