svn commit: r257270 - head/sys/dev/ath

Olivier Houchard cognet at FreeBSD.org
Mon Oct 28 20:26:35 UTC 2013


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>
 


More information about the svn-src-head mailing list