aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_ath_ahb.c
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2013-10-28 22:26:03 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2013-10-28 22:26:03 +0000
commit104dc214155c528f50da1a68b3b2ef1d08a16698 (patch)
tree5d8361d14159a12f3e3c49c594e1f8558154df60 /sys/dev/ath/if_ath_ahb.c
parent2923b75ea3f1c01650bb204a398cb5be22bd595e (diff)
downloadsrc-104dc214155c528f50da1a68b3b2ef1d08a16698.tar.gz
src-104dc214155c528f50da1a68b3b2ef1d08a16698.zip
Notes
Diffstat (limited to 'sys/dev/ath/if_ath_ahb.c')
-rw-r--r--sys/dev/ath/if_ath_ahb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ath/if_ath_ahb.c b/sys/dev/ath/if_ath_ahb.c
index 59593b604a8f..362257fd679a 100644
--- a/sys/dev/ath/if_ath_ahb.c
+++ b/sys/dev/ath/if_ath_ahb.c
@@ -39,6 +39,7 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/systm.h>
+#include <sys/malloc.h>
#include <sys/module.h>
#include <sys/kernel.h>
#include <sys/lock.h>
@@ -55,6 +56,7 @@ __FBSDID("$FreeBSD$");
#include <net/if.h>
#include <net/if_media.h>
#include <net/if_arp.h>
+#include <net/ethernet.h>
#include <net80211/ieee80211_var.h>