mbedtls: Fix esp_debug not including its dependencies

As reported on forum: https://esp32.com/viewtopic.php?f=13&t=9782&p=40464#p40464
pull/3216/head
Angus Gratton 2019-03-21 10:17:37 +11:00 zatwierdzone przez Angus Gratton
rodzic 2994d25f27
commit b7ee11231d
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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