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. --- sbin/ipfw/ipfw.c | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'sbin/ipfw') diff --git a/sbin/ipfw/ipfw.c b/sbin/ipfw/ipfw.c index b97d38f..7487b21 100644 --- a/sbin/ipfw/ipfw.c +++ b/sbin/ipfw/ipfw.c @@ -16,22 +16,26 @@ * * NEW command line interface for IP firewall facility * - * $Id: ipfw.c,v 1.33 1996/08/31 17:58:23 nate Exp $ + * $Id: ipfw.c,v 1.34 1996/10/17 01:05:03 alex Exp $ * */ -#include +#include +#include +#include +#include +#include + #include #include -#include -#include -#include -#include #include +#include +#include +#include +#include #include -#include -#include -#include +#include + #include #include #include -- cgit v1.1