diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2013-10-31 05:00:50 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2013-10-31 05:00:50 +0000 |
| commit | be09cd5706c096dfb75efe50a1669af7fdba9060 (patch) | |
| tree | 25c863249dda2612d07afe0686bc351495fa7e2c /sys/mips/adm5120 | |
| parent | 425a5c79006c9254abb20ccaaf938d01813c307a (diff) | |
Notes
Diffstat (limited to 'sys/mips/adm5120')
| -rw-r--r-- | sys/mips/adm5120/if_admsw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/mips/adm5120/if_admsw.c b/sys/mips/adm5120/if_admsw.c index f17df00f8365..b06901522233 100644 --- a/sys/mips/adm5120/if_admsw.c +++ b/sys/mips/adm5120/if_admsw.c @@ -98,6 +98,7 @@ __FBSDID("$FreeBSD$"); #include <net/if_media.h> #include <net/if_mib.h> #include <net/if_types.h> +#include <net/if_var.h> #ifdef INET #include <netinet/in.h> |
