From d62f9c996162c33895fc8dc4e4d9e0405f0c2d23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Villac=C3=ADs=20Lasso?= Date: Thu, 7 Oct 2021 16:29:14 -0500 Subject: [PATCH] Fix typo --- src/AsyncTCP.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AsyncTCP.h b/src/AsyncTCP.h index 7a8ff87..1dcfcec 100644 --- a/src/AsyncTCP.h +++ b/src/AsyncTCP.h @@ -35,7 +35,7 @@ #include #if ASYNC_TCP_SSL_ENABLED #include -#include "AsyncTCP_TLS_Context.h"" +#include "AsyncTCP_TLS_Context.h" #endif extern "C" {