diff --git a/src/AsyncTCP.h b/src/AsyncTCP.h index ac87deda..c62fa2b9 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