From a78ab833295ca8c18ce65c05c7504fea984571fd Mon Sep 17 00:00:00 2001 From: bde Date: Wed, 19 Mar 1997 19:47:43 +0000 Subject: Fixed missing #include(s) (mostly of in synopsis). Reviewed by: wollman --- share/man/man4/ip.4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'share/man/man4/ip.4') diff --git a/share/man/man4/ip.4 b/share/man/man4/ip.4 index 97cd9b3..bda42b9 100644 --- a/share/man/man4/ip.4 +++ b/share/man/man4/ip.4 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ip.4 8.2 (Berkeley) 11/30/93 -.\" $Id$ +.\" $Id: ip.4,v 1.8 1997/02/22 13:24:34 peter Exp $ .\" .Dd November 30, 1993 .Dt IP 4 @@ -39,6 +39,7 @@ .Nm ip .Nd Internet Protocol .Sh SYNOPSIS +.Fd #include .Fd #include .Fd #include .Ft int @@ -344,6 +345,7 @@ and may be used only with the .Dv SOCK_RAW type. .Bd -literal +#include #include int hincl = 1; /* 1 = on, 0 = off */ -- cgit v1.1