Date: Fri, 20 Jul 2012 07:49:26 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r238651 - head/tools/tools/ath/common Message-ID: <201207200749.q6K7nQci070552@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Fri Jul 20 07:49:26 2012 New Revision: 238651 URL: http://svn.freebsd.org/changeset/base/238651 Log: Add a needed #include due to my recent change. Modified: head/tools/tools/ath/common/diag.h Modified: head/tools/tools/ath/common/diag.h ============================================================================== --- head/tools/tools/ath/common/diag.h Fri Jul 20 07:38:11 2012 (r238650) +++ head/tools/tools/ath/common/diag.h Fri Jul 20 07:49:26 2012 (r238651) @@ -38,6 +38,7 @@ #include <stdio.h> #include <net80211/ieee80211_radiotap.h> +#include <net80211/ieee80211.h> #include "if_athioctl.h" struct statshandler {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207200749.q6K7nQci070552>