aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/ipv6_address
diff options
context:
space:
mode:
authorchronoxor <chronoxor@yandex-team.ru>2022-02-10 16:47:30 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:30 +0300
commit37c53237e52ac75e36bbdbe59f30340bfb2dac0e (patch)
treec0748b5dcbade83af788c0abfa89c0383d6b779c /library/cpp/ipv6_address
parent497fb5d42537d72e6d8daea1083d431af1629ca9 (diff)
downloadydb-37c53237e52ac75e36bbdbe59f30340bfb2dac0e.tar.gz
Restoring authorship annotation for <chronoxor@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/ipv6_address')
-rw-r--r--library/cpp/ipv6_address/ipv6_address.h6
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 42377dde32..1d7eb0b65f 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;
}