summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2013-12-13 22:08:31 +0000
committerian <ian@FreeBSD.org>2013-12-13 22:08:31 +0000
commit7de85345e25c2b8add525cfa6140298f0b6984e9 (patch)
tree6f16f09e00c6200a3f275f4d2f3ae17bf450531e /sys/arm/at91
parent705dc5de8f2a234f4e4ccd49c6ac8f6d6bd0ed97 (diff)
downloadFreeBSD-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/at91')
-rw-r--r--sys/arm/at91/if_ate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/at91/if_ate.c b/sys/arm/at91/if_ate.c
index d7c1019..ea3d791 100644
--- a/sys/arm/at91/if_ate.c
+++ b/sys/arm/at91/if_ate.c
@@ -54,6 +54,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>
OpenPOWER on IntegriCloud