diff options
author | ian <ian@FreeBSD.org> | 2013-12-13 22:08:31 +0000 |
---|---|---|
committer | ian <ian@FreeBSD.org> | 2013-12-13 22:08:31 +0000 |
commit | 7de85345e25c2b8add525cfa6140298f0b6984e9 (patch) | |
tree | 6f16f09e00c6200a3f275f4d2f3ae17bf450531e /sys/arm/xscale/ixp425 | |
parent | 705dc5de8f2a234f4e4ccd49c6ac8f6d6bd0ed97 (diff) | |
download | FreeBSD-src-7de85345e25c2b8add525cfa6140298f0b6984e9.zip FreeBSD-src-7de85345e25c2b8add525cfa6140298f0b6984e9.tar.gz |
MFC r257258, r257265: Include headers (if_var.h and others) where needed.
The change that triggered the need for this on head was r257244. That
hasn't been MFC'd yet, but there's no harm in paving the way for it with
this MFC.
Diffstat (limited to 'sys/arm/xscale/ixp425')
-rw-r--r-- | sys/arm/xscale/ixp425/if_npe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/xscale/ixp425/if_npe.c b/sys/arm/xscale/ixp425/if_npe.c index 21e3926..48371e3 100644 --- a/sys/arm/xscale/ixp425/if_npe.c +++ b/sys/arm/xscale/ixp425/if_npe.c @@ -65,6 +65,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> |