From 28c65540246f159289c562339779e52991a24c74 Mon Sep 17 00:00:00 2001 From: teymurov27 <> Date: Sun, 10 Oct 2021 21:46:10 +0300 Subject: [PATCH] Fixed FreeRTOS error --- src/AsyncTCP.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/AsyncTCP.h b/src/AsyncTCP.h index ac87ded..c62fa2b 100644 --- a/src/AsyncTCP.h +++ b/src/AsyncTCP.h @@ -26,8 +26,9 @@ #include "sdkconfig.h" #include extern "C" { - #include "freertos/semphr.h" - #include "lwip/pbuf.h" +#include "freertos/FreeRTOS.h" +#include "freertos/semphr.h" +#include "lwip/pbuf.h" } //If core is not defined, then we are running in Arduino or PIO