summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2013-10-28 20:26:34 +0000
committercognet <cognet@FreeBSD.org>2013-10-28 20:26:34 +0000
commitfc685e71b447338c2f9b8ee4d9e86240a9402d16 (patch)
treed8e5dc5c745c7c950056398a0a59e96498533624 /sys/dev/ath
parentc0286c6d41209de10c5dfbfe905cadb973bf5682 (diff)
downloadFreeBSD-src-fc685e71b447338c2f9b8ee4d9e86240a9402d16.zip
FreeBSD-src-fc685e71b447338c2f9b8ee4d9e86240a9402d16.tar.gz
Include <sys/ktr.h>, since we need it if ATH_DEBUG is defined.
Diffstat (limited to 'sys/dev/ath')
-rw-r--r--sys/dev/ath/if_ath_tx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ath/if_ath_tx.c b/sys/dev/ath/if_ath_tx.c
index 1d4c910..b529db6 100644
--- a/sys/dev/ath/if_ath_tx.c
+++ b/sys/dev/ath/if_ath_tx.c
@@ -59,6 +59,7 @@ __FBSDID("$FreeBSD$");
#include <sys/kthread.h>
#include <sys/taskqueue.h>
#include <sys/priv.h>
+#include <sys/ktr.h>
#include <machine/bus.h>
OpenPOWER on IntegriCloud