From d3ecee07b35f58cb9d8e5e3c25e923af0c1c5056 Mon Sep 17 00:00:00 2001 From: wollman Date: Tue, 10 Dec 1996 17:11:53 +0000 Subject: Fix up programs which expect to include to instead do it themselves. (Some of these programs actually depended on this beyond compiling the definition of struct ifinfo!) Also fix up some other #include messes while we're at it. --- usr.sbin/IPXrouted/startup.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin/IPXrouted') diff --git a/usr.sbin/IPXrouted/startup.c b/usr.sbin/IPXrouted/startup.c index 66f6113..a711de3 100644 --- a/usr.sbin/IPXrouted/startup.c +++ b/usr.sbin/IPXrouted/startup.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: startup.c,v 1.2 1995/11/13 21:01:36 julian Exp $ + * $Id: startup.c,v 1.3 1996/02/20 23:11:24 julian Exp $ */ #ifndef lint @@ -50,6 +50,7 @@ static char sccsid[] = "@(#)startup.c 8.1 (Berkeley) 6/5/93"; #include #include #include +#include #include #include -- cgit v1.1