Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2013 20:26:34 +0000 (UTC)
From:      Olivier Houchard <cognet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r257270 - head/sys/dev/ath
Message-ID:  <201310282026.r9SKQYYq022824@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310282026.r9SKQYYq022824>