From a41e3d408f30a5452072ad01dda05dd57364e557 Mon Sep 17 00:00:00 2001 From: Alexey Lapshin Date: Mon, 17 Jul 2023 12:31:56 +0400 Subject: [PATCH] fix(wpa_supplicant): fix sys/types include --- components/wpa_supplicant/port/include/os.h | 1 + 1 file changed, 1 insertion(+) diff --git a/components/wpa_supplicant/port/include/os.h b/components/wpa_supplicant/port/include/os.h index 51334ad340..a3442fade9 100644 --- a/components/wpa_supplicant/port/include/os.h +++ b/components/wpa_supplicant/port/include/os.h @@ -14,6 +14,7 @@ #ifndef OS_H #define OS_H +#include #include "esp_types.h" #include #include