diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2013-10-26 17:58:36 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2013-10-26 17:58:36 +0000 |
| commit | 76039bc84fae9915788b54ff28fe0cc4876952d2 (patch) | |
| tree | a240090af1fb905058b17619590afe813e33e891 /sys/dev/fxp | |
| parent | 258dbffe6ea9eeeb1e1c0ac5d787ba02589d82b5 (diff) | |
Notes
Diffstat (limited to 'sys/dev/fxp')
| -rw-r--r-- | sys/dev/fxp/if_fxp.c | 1 | ||||
| -rw-r--r-- | sys/dev/fxp/inphy.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index 1896d90af285..52366c78730a 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -55,6 +55,7 @@ __FBSDID("$FreeBSD$"); #include <net/bpf.h> #include <net/ethernet.h> #include <net/if.h> +#include <net/if_var.h> #include <net/if_arp.h> #include <net/if_dl.h> #include <net/if_media.h> diff --git a/sys/dev/fxp/inphy.c b/sys/dev/fxp/inphy.c index 587f3fd62555..07ed8caa5995 100644 --- a/sys/dev/fxp/inphy.c +++ b/sys/dev/fxp/inphy.c @@ -43,6 +43,7 @@ __FBSDID("$FreeBSD$"); #include <sys/bus.h> #include <net/if.h> +#include <net/if_var.h> #include <net/if_media.h> #include <dev/mii/mii.h> |
