diff options
author | borin-pavel <borin-pavel@yandex-team.ru> | 2022-02-10 16:47:43 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:43 +0300 |
commit | f653b9c81d1dd883d382f8e7021187e25de01a45 (patch) | |
tree | 921a5b957cec81982bd1dd1289224947ad4ca074 | |
parent | 5a3c9639651d31ad90d19fc304126edc33ddbce2 (diff) | |
download | ydb-f653b9c81d1dd883d382f8e7021187e25de01a45.tar.gz |
Restoring authorship annotation for <borin-pavel@yandex-team.ru>. Commit 1 of 2.
-rw-r--r-- | contrib/libs/grpc/src/core/lib/gprpp/thd_posix.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/grpc/src/core/lib/gprpp/thd_posix.cc b/contrib/libs/grpc/src/core/lib/gprpp/thd_posix.cc index f6f6af9c26..0ebeffe98c 100644 --- a/contrib/libs/grpc/src/core/lib/gprpp/thd_posix.cc +++ b/contrib/libs/grpc/src/core/lib/gprpp/thd_posix.cc @@ -19,7 +19,7 @@ /* Posix implementation for gpr threads. */ #include <grpc/support/port_platform.h> -#include <util/system/thread.h> +#include <util/system/thread.h> #ifdef GPR_POSIX_SYNC |