diff options
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> |