summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/if_ath_spectral.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ath/if_ath_spectral.c')
-rw-r--r--sys/dev/ath/if_ath_spectral.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ath/if_ath_spectral.c b/sys/dev/ath/if_ath_spectral.c
index 5cfb1a9..e4afdae 100644
--- a/sys/dev/ath/if_ath_spectral.c
+++ b/sys/dev/ath/if_ath_spectral.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 */
OpenPOWER on IntegriCloud