Skip to content

Commit f172e56

Browse files
committed
manifest: bump hostap reversion that fixes implicit declarations
Include standard headers for POSIX types and functions instead of making implicit declarations. Signed-off-by: Chris Friedt <[email protected]>
1 parent 558bc9f commit f172e56

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

modules/hostap/src/supp_main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* SPDX-License-Identifier: Apache-2.0
66
*/
77

8+
#include <unistd.h>
9+
810
#include <zephyr/logging/log.h>
911
LOG_MODULE_REGISTER(wifi_supplicant, CONFIG_WIFI_NM_WPA_SUPPLICANT_LOG_LEVEL);
1012

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ manifest:
286286
- hal
287287
- name: hostap
288288
path: modules/lib/hostap
289-
revision: 3ec675be30c25b56cc0e7dbd5bd931a87d32937e
289+
revision: refs/pull/108/head
290290
- name: liblc3
291291
revision: 48bbd3eacd36e99a57317a0a4867002e0b09e183
292292
path: modules/lib/liblc3

0 commit comments

Comments
 (0)