Fix(esp_wifi): Add the missing header file to the wifi header files.

This commit is contained in:
xueyunfei
2023-08-31 14:58:58 +08:00
committed by Jack
parent b62d63b767
commit f5b7b148f1
7 changed files with 24 additions and 21 deletions

View File

@@ -8,6 +8,7 @@
#define _ESP_WIFI_DEFAULT_H
#include "esp_netif.h"
#include "esp_wifi_types.h"
#ifdef __cplusplus
extern "C" {