aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/wlan/if_uath.c
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2013-10-26 17:58:36 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2013-10-26 17:58:36 +0000
commit76039bc84fae9915788b54ff28fe0cc4876952d2 (patch)
treea240090af1fb905058b17619590afe813e33e891 /sys/dev/usb/wlan/if_uath.c
parent258dbffe6ea9eeeb1e1c0ac5d787ba02589d82b5 (diff)
downloadsrc-76039bc84fae9915788b54ff28fe0cc4876952d2.tar.gz
src-76039bc84fae9915788b54ff28fe0cc4876952d2.zip
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
to this event, adding if_var.h to files that do need it. Also, include all includes that now are included due to implicit pollution via if_var.h Sponsored by: Netflix Sponsored by: Nginx, Inc.
Notes
Notes: svn path=/head/; revision=257176
Diffstat (limited to 'sys/dev/usb/wlan/if_uath.c')
-rw-r--r--sys/dev/usb/wlan/if_uath.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/wlan/if_uath.c b/sys/dev/usb/wlan/if_uath.c
index f238d0df4fd8..836f0a41c865 100644
--- a/sys/dev/usb/wlan/if_uath.c
+++ b/sys/dev/usb/wlan/if_uath.c
@@ -86,6 +86,7 @@ __FBSDID("$FreeBSD$");
#include <net/bpf.h>
#include <net/if.h>
+#include <net/if_var.h>
#include <net/if_arp.h>
#include <net/ethernet.h>
#include <net/if_dl.h>