mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 04:34:31 +02:00
Merge branch 'bugfix/esp_debug_includes' into 'master'
mbedtls: Fix esp_debug not including its dependencies See merge request idf/esp-idf!4581
This commit is contained in:
@@ -14,6 +14,8 @@
|
|||||||
#ifndef _ESP_DEBUG_H_
|
#ifndef _ESP_DEBUG_H_
|
||||||
#define _ESP_DEBUG_H_
|
#define _ESP_DEBUG_H_
|
||||||
|
|
||||||
|
#include "mbedtls/ssl.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user