diff options
author | kimkim <kimkim@yandex-team.ru> | 2022-02-10 16:49:28 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:28 +0300 |
commit | 10807864acf73d00f425a23b442aac2cf34403a8 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/network/hostip.h | |
parent | 13f84424ed9975f6827d9786087c6fe6ea265cda (diff) | |
download | ydb-10807864acf73d00f425a23b442aac2cf34403a8.tar.gz |
Restoring authorship annotation for <kimkim@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/network/hostip.h')
-rw-r--r-- | util/network/hostip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/network/hostip.h b/util/network/hostip.h index 5d1e2db1a9..cf63e4846a 100644 --- a/util/network/hostip.h +++ b/util/network/hostip.h @@ -1,6 +1,6 @@ #pragma once -#include <util/system/defaults.h> +#include <util/system/defaults.h> namespace NResolver { // resolve hostname and fills up to *slots slots in ip array; |