From 074daae7f0cadc3e487fbf4a6f6210bb97e1f865 Mon Sep 17 00:00:00 2001 From: Chaitanya Tata Date: Fri, 28 Jul 2023 00:22:43 +0530 Subject: [PATCH] hostap: Fix build error (#4) The file was removed but was still included. Signed-off-by: Chaitanya Tata --- modules/hostap/src/supp_main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/hostap/src/supp_main.c b/modules/hostap/src/supp_main.c index e4bac6090d47..9414d03d0897 100644 --- a/modules/hostap/src/supp_main.c +++ b/modules/hostap/src/supp_main.c @@ -24,7 +24,6 @@ LOG_MODULE_REGISTER(wpa_supplicant, LOG_LEVEL_DBG); #include "includes.h" #include "p2p_supplicant.h" #include "wpa_supplicant_i.h" -#include "wifi_mgmt.h" struct wpa_supplicant *wpa_s_0;