summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSCratORS <scrators@mail.ru>2021-10-23 12:16:25 +0200
committerGitHub <noreply@github.com>2021-10-23 12:16:25 +0200
commit397755e4d64926086a4abba10c4c9e7377a85537 (patch)
tree65909ccb1fa53dfa00623ae0aef5d3bb3ce0efdd
parentUpdate PolledTimeout.h (diff)
downloadFTPCLientServer-397755e4d64926086a4abba10c4c9e7377a85537.tar
FTPCLientServer-397755e4d64926086a4abba10c4c9e7377a85537.tar.gz
FTPCLientServer-397755e4d64926086a4abba10c4c9e7377a85537.tar.bz2
FTPCLientServer-397755e4d64926086a4abba10c4c9e7377a85537.tar.lz
FTPCLientServer-397755e4d64926086a4abba10c4c9e7377a85537.tar.xz
FTPCLientServer-397755e4d64926086a4abba10c4c9e7377a85537.tar.zst
FTPCLientServer-397755e4d64926086a4abba10c4c9e7377a85537.zip
-rw-r--r--FTPCommon.h2
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"