From: Aditya Patwardhan Date: Mon, 7 Oct 2019 11:47:32 +0000 (+0800) Subject: ESP32/esp-tls: include esp_err.h in esp_tls.h X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f86f969b2810076cdcb6a2a071ad3574b674739;p=esp-idf ESP32/esp-tls: include esp_err.h in esp_tls.h Closes https://github.com/espressif/esp-idf/issues/4100 --- diff --git a/components/esp-tls/esp_tls.h b/components/esp-tls/esp_tls.h index e99770b575..4d6861498e 100644 --- a/components/esp-tls/esp_tls.h +++ b/components/esp-tls/esp_tls.h @@ -17,6 +17,7 @@ #include #include #include +#include "esp_err.h" #include "mbedtls/platform.h" #include "mbedtls/net_sockets.h"