diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1998-09-16 22:41:23 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1998-09-16 22:41:23 +0000 |
commit | 5adc1bdecf265b0650027a384d1d4bcc97b2040a (patch) | |
tree | 165bac954226e7478cb2765fb4094c8c1396867e /sys/arch/sun3 | |
parent | be750c7755842395b37ff183abb8d18887abc1a5 (diff) |
o if_media'fied am7990
o if_media'fied sun4m le.
Diffstat (limited to 'sys/arch/sun3')
-rw-r--r-- | sys/arch/sun3/dev/if_le.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sun3/dev/if_le.c b/sys/arch/sun3/dev/if_le.c index fed9c69e7a5..7d6ec439e73 100644 --- a/sys/arch/sun3/dev/if_le.c +++ b/sys/arch/sun3/dev/if_le.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_le.c,v 1.10 1997/08/08 08:27:39 downsj Exp $ */ +/* $OpenBSD: if_le.c,v 1.11 1998/09/16 22:41:19 jason Exp $ */ /* $NetBSD: if_le.c,v 1.33 1996/11/20 18:56:52 gwr Exp $ */ /*- @@ -53,6 +53,8 @@ #include <netinet/if_ether.h> #endif +#include <net/if_media.h> + #include <machine/autoconf.h> #include <machine/cpu.h> #include <machine/dvma.h> |