diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-03-04 17:19:37 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-03-04 17:19:37 +0000 |
commit | add5799459828522293c9d6121805affabd24e90 (patch) | |
tree | a951b5cb0e9269e37023758815d49a01b5217c2c /lib/libc/net/inet.3 | |
parent | 05934e388550bd10fa64f14be871c9a183c8a995 (diff) |
missing #include in SYNOPSIS, found by Daniel Lucq
ok millert@
Diffstat (limited to 'lib/libc/net/inet.3')
-rw-r--r-- | lib/libc/net/inet.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/net/inet.3 b/lib/libc/net/inet.3 index 62f526c09dd..0122c924e37 100644 --- a/lib/libc/net/inet.3 +++ b/lib/libc/net/inet.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet.3,v 1.13 2001/02/17 23:13:26 pjanzen Exp $ +.\" $OpenBSD: inet.3,v 1.14 2003/03/04 17:19:36 henning Exp $ .\" $NetBSD: inet.3,v 1.7 1997/06/18 02:25:24 lukem Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 @@ -49,6 +49,7 @@ .Nm inet_pton .Nd Internet address manipulation routines .Sh SYNOPSIS +.Fd #include <sys/types.h> .Fd #include <sys/socket.h> .Fd #include <netinet/in.h> .Fd #include <arpa/inet.h> |