From 1c5237b6c471f2d89855431427701070554088a9 Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Tue, 28 Mar 2017 11:48:01 +0200 Subject: [PATCH] Try to fix build of mqtt after ALTCP_TLS changes --- src/include/lwip/apps/mqtt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/lwip/apps/mqtt.h b/src/include/lwip/apps/mqtt.h index 5e942bb6..ba736cf2 100644 --- a/src/include/lwip/apps/mqtt.h +++ b/src/include/lwip/apps/mqtt.h @@ -40,6 +40,7 @@ #include "lwip/apps/mqtt_opts.h" #include "lwip/err.h" #include "lwip/ip_addr.h" +#include "lwip/apps/altcp_tls.h" #ifdef __cplusplus extern "C" {