diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1997-12-15 20:31:25 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1997-12-15 20:31:25 +0000 |
| commit | 430df5f4b75085bc187ec0bc2b2b53182c8bf03b (patch) | |
| tree | 4197204f07068246ab33fade0633734d0d7ec21d /sys/dev/de | |
| parent | e525599ef1c213a866335e68edf3fc7bdd8d47f3 (diff) | |
Notes
Diffstat (limited to 'sys/dev/de')
| -rw-r--r-- | sys/dev/de/if_de.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/de/if_de.c b/sys/dev/de/if_de.c index 2ca1d6455b05..f94d42fa6821 100644 --- a/sys/dev/de/if_de.c +++ b/sys/dev/de/if_de.c @@ -1,5 +1,5 @@ /* $NetBSD: if_de.c,v 1.56 1997/10/20 14:32:46 matt Exp $ */ -/* $Id: if_de.c,v 1.74 1997/11/08 14:46:53 peter Exp $ */ +/* $Id: if_de.c,v 1.75 1997/11/22 06:45:57 bde Exp $ */ /*- * Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com) @@ -39,6 +39,8 @@ */ #define TULIP_HDR_DATA +#include "opt_ipx.h" + #include <sys/param.h> #include <sys/systm.h> #include <sys/mbuf.h> |
