diff options
| author | levlam <levlam@telegram.org> | 2018-09-07 03:41:21 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2018-09-07 03:41:21 +0300 |
| commit | fd90bf435e0e04f267a4d8faf788d69a8e80da97 (patch) | |
| tree | fdba665759b7592937e69d9fe55cd5ffddcbdd14 /tdnet/td/net/TransparentProxy.cpp | |
| parent | cfcc08ebb7edc9b73bfbc47b5a4b136ce01ff266 (diff) | |
A lot of fixes.
GitOrigin-RevId: c7c16991da51e09a685537a444385852e8e93af4
Diffstat (limited to 'tdnet/td/net/TransparentProxy.cpp')
| -rw-r--r-- | tdnet/td/net/TransparentProxy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdnet/td/net/TransparentProxy.cpp b/tdnet/td/net/TransparentProxy.cpp index f9ee64def..b9881e985 100644 --- a/tdnet/td/net/TransparentProxy.cpp +++ b/tdnet/td/net/TransparentProxy.cpp @@ -7,7 +7,7 @@ #include "td/net/TransparentProxy.h" #include "td/utils/logging.h" -#include "td/utils/port/Fd.h" +#include "td/utils/port/detail/PollableFd.h" namespace td { |
