From 858b3d22776f3c113fbc78fbd81a105dd24496b0 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 1c2f785ea5..6766cbd1f8 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"