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

@@ -1,11 +1,17 @@
/*
* SPDX-FileCopyrightText: 2019-2022 Espressif Systems (Shanghai) CO LTD
* SPDX-FileCopyrightText: 2019-2023 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
#include <stdint.h>
#include <stdbool.h>
#include "esp_err.h"
#include "esp_wifi_types.h"
#include "esp_netif_types.h"
#ifdef __cplusplus
extern "C" {
#endif