svn commit: r197454 - head/tools/tools/mwl/mwlstats

Rui Paulo rpaulo at FreeBSD.org
Thu Sep 24 11:11:01 UTC 2009


Author: rpaulo
Date: Thu Sep 24 11:11:00 2009
New Revision: 197454
URL: http://svn.freebsd.org/changeset/base/197454

Log:
  Update the includes to two more levels of subdirs.
  
  MFC after:	1 week

Modified:
  head/tools/tools/mwl/mwlstats/mwlstats.c

Modified: head/tools/tools/mwl/mwlstats/mwlstats.c
==============================================================================
--- head/tools/tools/mwl/mwlstats/mwlstats.c	Thu Sep 24 09:08:22 2009	(r197453)
+++ head/tools/tools/mwl/mwlstats/mwlstats.c	Thu Sep 24 11:11:00 2009	(r197454)
@@ -47,8 +47,8 @@
 #include <unistd.h>
 #include <err.h>
 
-#include "../../sys/net80211/ieee80211_ioctl.h"
-#include "../../sys/net80211/ieee80211_radiotap.h"
+#include "../../../../sys/net80211/ieee80211_ioctl.h"
+#include "../../../../sys/net80211/ieee80211_radiotap.h"
 
 /*
  * Get Hardware Statistics.


More information about the svn-src-all mailing list