diff options
author | Sam Leffler <sam@FreeBSD.org> | 2005-12-13 22:15:09 +0000 |
---|---|---|
committer | Sam Leffler <sam@FreeBSD.org> | 2005-12-13 22:15:09 +0000 |
commit | 4ffa4230f0d4f004e8891f8475c55d7ec46f6a8d (patch) | |
tree | 9cb55cff32c7fd377f8a80383af8af33d6f6cc85 /tools | |
parent | 7613cbabe409f82eabbe7122df433fd791d5c1b4 (diff) | |
download | src-test2-4ffa4230f0d4f004e8891f8475c55d7ec46f6a8d.tar.gz src-test2-4ffa4230f0d4f004e8891f8475c55d7ec46f6a8d.zip |
Notes
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/net80211/wlanstats/wlanstats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/net80211/wlanstats/wlanstats.c b/tools/tools/net80211/wlanstats/wlanstats.c index 133a2b5ec369..118f9c0b3328 100644 --- a/tools/tools/net80211/wlanstats/wlanstats.c +++ b/tools/tools/net80211/wlanstats/wlanstats.c @@ -54,7 +54,7 @@ #include <unistd.h> #include <err.h> -#include "../../../sys/net80211/ieee80211_ioctl.h" +#include "../../../../sys/net80211/ieee80211_ioctl.h" const char *progname; |