summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhenning <>2003-03-04 17:19:36 +0000
committerhenning <>2003-03-04 17:19:36 +0000
commit673d2edc1cf58cf3349350f01de712a18f3ba24c (patch)
tree25372079ad90eb31d2f12d036717855dde13b212
parent81f5994daeaee763274ed3a99805c77e55b46a6d (diff)
downloadopenbsd-673d2edc1cf58cf3349350f01de712a18f3ba24c.tar.gz
openbsd-673d2edc1cf58cf3349350f01de712a18f3ba24c.tar.bz2
openbsd-673d2edc1cf58cf3349350f01de712a18f3ba24c.zip
missing #include in SYNOPSIS, found by Daniel Lucq
ok millert@
-rw-r--r--src/lib/libc/net/inet.33
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libc/net/inet.3 b/src/lib/libc/net/inet.3
index 62f526c09d..0122c924e3 100644
--- a/src/lib/libc/net/inet.3
+++ b/src/lib/libc/net/inet.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: inet.3,v 1.13 2001/02/17 23:13:26 pjanzen Exp $ 1.\" $OpenBSD: inet.3,v 1.14 2003/03/04 17:19:36 henning Exp $
2.\" $NetBSD: inet.3,v 1.7 1997/06/18 02:25:24 lukem Exp $ 2.\" $NetBSD: inet.3,v 1.7 1997/06/18 02:25:24 lukem Exp $
3.\" 3.\"
4.\" Copyright (c) 1983, 1990, 1991, 1993 4.\" Copyright (c) 1983, 1990, 1991, 1993
@@ -49,6 +49,7 @@
49.Nm inet_pton 49.Nm inet_pton
50.Nd Internet address manipulation routines 50.Nd Internet address manipulation routines
51.Sh SYNOPSIS 51.Sh SYNOPSIS
52.Fd #include <sys/types.h>
52.Fd #include <sys/socket.h> 53.Fd #include <sys/socket.h>
53.Fd #include <netinet/in.h> 54.Fd #include <netinet/in.h>
54.Fd #include <arpa/inet.h> 55.Fd #include <arpa/inet.h>