From a1dabd50a20b20400ed3cb962396f97efdd353a3 Mon Sep 17 00:00:00 2001 From: claudio <> Date: Fri, 30 Dec 2005 20:45:59 +0000 Subject: Currently sys/socket.h needs sys/types.h so add #include to the list of necessary includes. Now the manpages match reality. OK mpf@ millert@ --- src/lib/libc/net/inet_net.3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libc/net/inet_net.3') diff --git a/src/lib/libc/net/inet_net.3 b/src/lib/libc/net/inet_net.3 index 569ddfc5c6..a763bb12a5 100644 --- a/src/lib/libc/net/inet_net.3 +++ b/src/lib/libc/net/inet_net.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet_net.3,v 1.11 2005/07/22 04:50:51 jaredy Exp $ +.\" $OpenBSD: inet_net.3,v 1.12 2005/12/30 20:45:59 claudio Exp $ .\" $NetBSD: inet_net.3,v 1.1 1997/06/18 02:25:27 lukem Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -43,6 +43,7 @@ .Nm inet_net_pton .Nd Internet network number manipulation routines .Sh SYNOPSIS +.Fd #include .Fd #include .Fd #include .Fd #include -- cgit v1.2.3-55-g6feb