diff options
-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 133a2b5..118f9c0 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; |