diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-08-30 05:24:53 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-08-30 05:24:53 +0000 |
| commit | d1218577659dcbe1ac39802dc77de3141853dcd3 (patch) | |
| tree | 0f568fae1d14bc830a3e72d42c1d116221448000 /sys/dev | |
| parent | 5308b2a64e0c5c6a4762e7a494c6147735fbf97c (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ed/if_ed_cbus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ed/if_ed_cbus.c b/sys/dev/ed/if_ed_cbus.c index b892111a54f70..ce19d30931569 100644 --- a/sys/dev/ed/if_ed_cbus.c +++ b/sys/dev/ed/if_ed_cbus.c @@ -42,6 +42,7 @@ #include <net/ethernet.h> #include <net/if.h> #include <net/if_arp.h> +#include <net/if_media.h> #include <net/if_mib.h> #include <isa/isavar.h> |
