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/dev/isa/if_le.c | |
parent | be750c7755842395b37ff183abb8d18887abc1a5 (diff) |
o if_media'fied am7990
o if_media'fied sun4m le.
Diffstat (limited to 'sys/dev/isa/if_le.c')
-rw-r--r-- | sys/dev/isa/if_le.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/isa/if_le.c b/sys/dev/isa/if_le.c index 09e50309e40..7d19e483720 100644 --- a/sys/dev/isa/if_le.c +++ b/sys/dev/isa/if_le.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_le.c,v 1.13 1997/12/26 23:44:20 deraadt Exp $ */ +/* $OpenBSD: if_le.c,v 1.14 1998/09/16 22:41:20 jason Exp $ */ /* $NetBSD: if_le_isa.c,v 1.2 1996/05/12 23:52:56 mycroft Exp $ */ /*- @@ -51,6 +51,7 @@ #include <sys/device.h> #include <net/if.h> +#include <net/if_media.h> #ifdef INET #include <netinet/in.h> |