From 397755e4d64926086a4abba10c4c9e7377a85537 Mon Sep 17 00:00:00 2001 From: SCratORS Date: Sat, 23 Oct 2021 13:16:25 +0300 Subject: Update FTPCommon.h --- FTPCommon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FTPCommon.h b/FTPCommon.h index a88dd8d..c1f99ec 100644 --- a/FTPCommon.h +++ b/FTPCommon.h @@ -7,7 +7,7 @@ #include #ifdef ESP8266 -#include +#include "esp8266compat/PolledTimeout.h" using esp8266::polledTimeout::oneShotMs; // import the type to the local namespace #define BUFFERSIZE TCP_MSS #define PRINTu32 "lu" -- cgit v1.2.3