mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[package] hostapd: include sys/stat.h for a struct stat definition
Some libcs need this header to be explicitely included (e.g: musl) Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34295 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
pos[1] = 0;
|
||||
pos += 2;
|
||||
}
|
||||
@@ -7698,6 +7698,10 @@ static int i802_set_wds_sta(void *priv,
|
||||
@@ -7698,6 +7698,10 @@ static int i802_set_wds_sta(void *priv,
|
||||
}
|
||||
return i802_set_sta_vlan(priv, addr, name, 0);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user