mbedtls: Fix esp_debug not including its dependencies

As reported on forum: https://esp32.com/viewtopic.php?f=13&t=9782&p=40464#p40464
This commit is contained in:
Angus Gratton 2019-03-21 10:17:37 +11:00 committed by Angus Gratton
parent 2994d25f27
commit b7ee11231d

View file

@ -14,6 +14,8 @@
#ifndef _ESP_DEBUG_H_
#define _ESP_DEBUG_H_
#include "mbedtls/ssl.h"
#ifdef __cplusplus
extern "C" {
#endif