diff options
-rw-r--r-- | FTPCommon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FTPCommon.h b/FTPCommon.h index a88dd8d..c1f99ec 100644 --- a/FTPCommon.h +++ b/FTPCommon.h @@ -7,7 +7,7 @@ #include <WString.h> #ifdef ESP8266 -#include <PolledTimeout.h> +#include "esp8266compat/PolledTimeout.h" using esp8266::polledTimeout::oneShotMs; // import the type to the local namespace #define BUFFERSIZE TCP_MSS #define PRINTu32 "lu" |