diff options
-rw-r--r-- | lib/libc/net/inet6_rthdr_space.3 | 1 | ||||
-rw-r--r-- | share/man/man4/icmp6.4 | 1 | ||||
-rw-r--r-- | share/man/man4/ip6.4 | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/net/inet6_rthdr_space.3 b/lib/libc/net/inet6_rthdr_space.3 index 90bd88d..5f0845e 100644 --- a/lib/libc/net/inet6_rthdr_space.3 +++ b/lib/libc/net/inet6_rthdr_space.3 @@ -48,6 +48,7 @@ .Nd IPv6 Routing Header Options manipulation .\" .Sh SYNOPSIS +.Fd #include <sys/types.h> .Fd #include <netinet/in.h> .Ft size_t .Fn inet6_rthdr_space "int type" "int segments" diff --git a/share/man/man4/icmp6.4 b/share/man/man4/icmp6.4 index 5eabd01..4149bfb 100644 --- a/share/man/man4/icmp6.4 +++ b/share/man/man4/icmp6.4 @@ -68,6 +68,7 @@ .Nd Internet Control Message Protocol for IPv6 ." .Sh SYNOPSIS +.Fd #include <sys/types.h> .Fd #include <sys/socket.h> .Fd #include <netinet/in.h> .Fd #include <netinet/icmp6.h> diff --git a/share/man/man4/ip6.4 b/share/man/man4/ip6.4 index 9a7f095..237ef13 100644 --- a/share/man/man4/ip6.4 +++ b/share/man/man4/ip6.4 @@ -68,6 +68,7 @@ .Nd Internet Protocol version 6 (IPv6) .\" .Sh SYNOPSIS +.Fd #include <sys/types.h> .Fd #include <sys/socket.h> .Fd #include <netinet/in.h> .Ft int |