From 3564d6728ca6211845a59bd23ddd5994c9f3b7a2 Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Fri, 4 Oct 2019 17:18:08 +0530 Subject: [PATCH] ESP32/esp-tls: include esp_err.h in esp_tls.h Closes https://github.com/espressif/esp-idf/issues/4100 --- components/esp-tls/esp_tls.h | 1 + 1 file changed, 1 insertion(+) diff --git a/components/esp-tls/esp_tls.h b/components/esp-tls/esp_tls.h index 38538ed0a..e2923ca74 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"