From 4458ac71b1641eee26aa3883e5dcea6bb4429b2b Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 12 Oct 1996 19:49:43 +0000 Subject: Removed nested include if from and and fixed the things that depended on it. The nested include just allowed unportable programs to compile and made my simple #include checking program report that networking code doesn't need to include . --- sys/dev/fxp/if_fxp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev/fxp') diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index 75bc852476c0..63b8fb5d562d 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_fxp.c,v 1.19 1996/09/22 11:48:54 davidg Exp $ + * $Id: if_fxp.c,v 1.20 1996/09/29 10:20:45 davidg Exp $ */ /* @@ -39,6 +39,7 @@ #include #include #include +#include #include #include -- cgit v1.3