Author: cognet
Date: Mon Oct 28 20:26:34 2013
New Revision: 257270
URL: http://svnweb.freebsd.org/changeset/base/257270

Log:
  Include <sys/ktr.h>, since we need it if ATH_DEBUG is defined.

Modified:
  head/sys/dev/ath/if_ath_tx.c

Modified: head/sys/dev/ath/if_ath_tx.c
==============================================================================
--- head/sys/dev/ath/if_ath_tx.c        Mon Oct 28 20:15:59 2013        
(r257269)
+++ head/sys/dev/ath/if_ath_tx.c        Mon Oct 28 20:26:34 2013        
(r257270)
@@ -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>
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to