Skip to content

Commit e532499

Browse files
akshatespressif-bot
authored andcommitted
bugfix(wifi): Fix header file errors and remove esp_supplicant from check_public_headers_exceptions.txt
1 parent d83f210 commit e532499

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

components/wpa_supplicant/esp_supplicant/include/esp_mbo.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
#define _ESP_MBO_H
99

1010
#include <stdbool.h>
11+
#include <stdint.h>
12+
#include <stddef.h>
1113
#ifdef __cplusplus
1214
extern "C" {
1315
#endif

components/wpa_supplicant/esp_supplicant/include/esp_rrm.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
#define _ESP_RRM_H
99

1010
#include <stdbool.h>
11+
#include <stdint.h>
12+
#include <stddef.h>
1113
#ifdef __cplusplus
1214
extern "C" {
1315
#endif

tools/ci/check_public_headers_exceptions.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ components/spi_flash/include/spi_flash_chip_generic.h
4040

4141
components/wpa_supplicant/include/
4242
components/wpa_supplicant/port/
43-
components/wpa_supplicant/esp_supplicant/include/
4443

4544
components/mbedtls/mbedtls/
4645
components/mbedtls/port/include/

0 commit comments

Comments
 (0)