diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-07-12 13:33:58 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-07-12 13:33:58 +0000 |
commit | 8ef0682e620770cca88e7046cd1979a36a9538c3 (patch) | |
tree | 438c5e4b23132a3b8e32a10d6440538a5160e4bd /share/man/man4/bridge.4 | |
parent | c031f280f5fcfcb9fcd74a38ee7cc5eeaf90d579 (diff) |
add includes; from peter philipp (pr #5177)
ok mickey
Diffstat (limited to 'share/man/man4/bridge.4')
-rw-r--r-- | share/man/man4/bridge.4 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man4/bridge.4 b/share/man/man4/bridge.4 index 6cd93d2f77f..7cec5007755 100644 --- a/share/man/man4/bridge.4 +++ b/share/man/man4/bridge.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bridge.4,v 1.60 2006/05/26 04:02:59 deraadt Exp $ +.\" $OpenBSD: bridge.4,v 1.61 2006/07/12 13:33:57 jmc Exp $ .\" .\" Copyright (c) 1999-2001 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -32,6 +32,12 @@ .Nd Ethernet bridge interface .Sh SYNOPSIS .Cd "pseudo-device bridge" +.Pp +.Fd #include <sys/types.h> +.Fd #include <net/if.h> +.Fd #include <netinet/in.h> +.Fd #include <netinet/if_ether.h> +.Fd #include <net/if_bridge.h> .Sh DESCRIPTION The .Nm |