diff options
author | chronoxor <chronoxor@yandex-team.ru> | 2022-02-10 16:47:30 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:30 +0300 |
commit | 497fb5d42537d72e6d8daea1083d431af1629ca9 (patch) | |
tree | e57b2ca340a2395ac561eb834063fbaf891c7fac /library/cpp | |
parent | ca04a556317a80ac802f38457a2292185282878b (diff) | |
download | ydb-497fb5d42537d72e6d8daea1083d431af1629ca9.tar.gz |
Restoring authorship annotation for <chronoxor@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp')
-rw-r--r-- | library/cpp/ipv6_address/ipv6_address.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/ipv6_address/ipv6_address.h b/library/cpp/ipv6_address/ipv6_address.h index 1d7eb0b65fd..42377dde32f 100644 --- a/library/cpp/ipv6_address/ipv6_address.h +++ b/library/cpp/ipv6_address/ipv6_address.h @@ -11,11 +11,11 @@ #include <sys/socket.h> #endif -#if defined(_win_) +#if defined(_win_) // #include required to avoid problem with undefined 'socklen_t' on Windows #include <util/network/socket.h> -#endif - +#endif + namespace NAddr { class IRemoteAddr; } |