mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
fix include path
This commit is contained in:
parent
7613cbabe4
commit
4ffa4230f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue