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/pci/if_le_pci.c | |
parent | be750c7755842395b37ff183abb8d18887abc1a5 (diff) |
o if_media'fied am7990
o if_media'fied sun4m le.
Diffstat (limited to 'sys/dev/pci/if_le_pci.c')
-rw-r--r-- | sys/dev/pci/if_le_pci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_le_pci.c b/sys/dev/pci/if_le_pci.c index cd9ca5089a9..a78f2ee1e5f 100644 --- a/sys/dev/pci/if_le_pci.c +++ b/sys/dev/pci/if_le_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_le_pci.c,v 1.9 1998/01/07 11:03:30 deraadt Exp $ */ +/* $OpenBSD: if_le_pci.c,v 1.10 1998/09/16 22:41:21 jason Exp $ */ /* $NetBSD: if_le_pci.c,v 1.13 1996/10/25 21:33:32 cgd Exp $ */ /*- @@ -54,6 +54,7 @@ #include <vm/vm_param.h> #include <net/if.h> +#include <net/if_media.h> #ifdef INET #include <netinet/in.h> |