aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/ath_dfs
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/ath/ath_dfs
parent258dbffe6ea9eeeb1e1c0ac5d787ba02589d82b5 (diff)
Notes
Diffstat (limited to 'sys/dev/ath/ath_dfs')
-rw-r--r--sys/dev/ath/ath_dfs/null/dfs_null.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ath/ath_dfs/null/dfs_null.c b/sys/dev/ath/ath_dfs/null/dfs_null.c
index 36b20420c6c7..c980a7990ede 100644
--- a/sys/dev/ath/ath_dfs/null/dfs_null.c
+++ b/sys/dev/ath/ath_dfs/null/dfs_null.c
@@ -43,6 +43,7 @@ __FBSDID("$FreeBSD$");
#include <sys/sysctl.h>
#include <sys/kernel.h>
#include <sys/lock.h>
+#include <sys/malloc.h>
#include <sys/mutex.h>
#include <sys/errno.h>
@@ -53,6 +54,7 @@ __FBSDID("$FreeBSD$");
#include <sys/socket.h>
#include <net/if.h>
+#include <net/if_var.h>
#include <net/if_media.h>
#include <net/if_arp.h>
#include <net/ethernet.h> /* XXX for ether_sprintf */