diff options
author | claudio <> | 2005-12-30 20:45:59 +0000 |
---|---|---|
committer | claudio <> | 2005-12-30 20:45:59 +0000 |
commit | a1dabd50a20b20400ed3cb962396f97efdd353a3 (patch) | |
tree | 2a73af37dd461155189ed64f223060984db49b44 /src/lib/libc/net/ethers.3 | |
parent | 0f55eca59c73334b4dd11e2bbd51b2370c3c3752 (diff) | |
download | openbsd-a1dabd50a20b20400ed3cb962396f97efdd353a3.tar.gz openbsd-a1dabd50a20b20400ed3cb962396f97efdd353a3.tar.bz2 openbsd-a1dabd50a20b20400ed3cb962396f97efdd353a3.zip |
Currently sys/socket.h needs sys/types.h so add #include <sys/types.h> to
the list of necessary includes. Now the manpages match reality.
OK mpf@ millert@
Diffstat (limited to 'src/lib/libc/net/ethers.3')
-rw-r--r-- | src/lib/libc/net/ethers.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libc/net/ethers.3 b/src/lib/libc/net/ethers.3 index 5f961b4246..fac9c590e3 100644 --- a/src/lib/libc/net/ethers.3 +++ b/src/lib/libc/net/ethers.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ethers.3,v 1.17 2005/10/02 14:48:48 jmc Exp $ | 1 | .\" $OpenBSD: ethers.3,v 1.18 2005/12/30 20:45:59 claudio Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Written by roland@frob.com. Public domain. | 3 | .\" Written by roland@frob.com. Public domain. |
4 | .\" | 4 | .\" |
@@ -13,6 +13,7 @@ | |||
13 | .Nm ether_line | 13 | .Nm ether_line |
14 | .Nd get ethers entry | 14 | .Nd get ethers entry |
15 | .Sh SYNOPSIS | 15 | .Sh SYNOPSIS |
16 | .Fd #include <sys/types.h> | ||
16 | .Fd #include <sys/socket.h> | 17 | .Fd #include <sys/socket.h> |
17 | .Fd #include <net/if.h> | 18 | .Fd #include <net/if.h> |
18 | .Fd #include <netinet/in.h> | 19 | .Fd #include <netinet/in.h> |