1
0
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:
florian
2012-11-21 20:27:06 +00:00
parent 709b71128c
commit 92c5690243
4 changed files with 19 additions and 11 deletions

View File

@@ -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 {