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/ep | |
| parent | e525599ef1c213a866335e68edf3fc7bdd8d47f3 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ep')
| -rw-r--r-- | sys/dev/ep/if_ep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ep/if_ep.c b/sys/dev/ep/if_ep.c index b0296793b9a9a..5c55256a0cfac 100644 --- a/sys/dev/ep/if_ep.c +++ b/sys/dev/ep/if_ep.c @@ -38,7 +38,7 @@ */ /* - * $Id: if_ep.c,v 1.67 1997/11/20 15:48:32 nate Exp $ + * $Id: if_ep.c,v 1.68 1997/11/27 12:59:46 kato Exp $ * * Promiscuous mode added and interrupt logic slightly changed * to reduce the number of adapter failures. Transceiver select @@ -60,6 +60,7 @@ #if NEP > 0 #include "bpfilter.h" +#include "opt_ipx.h" #include <sys/param.h> #if defined(__FreeBSD__) |
