aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/dnsresolver/ut
diff options
context:
space:
mode:
authorshadchin <shadchin@yandex-team.ru>2022-02-17 23:09:13 +0300
committershadchin <shadchin@yandex-team.ru>2022-02-17 23:09:13 +0300
commit1e12ad07b2ad2362e06100f7f32e772e628bef66 (patch)
tree9981af0beb469cfef0d3d1658040f6bbf4206313 /library/cpp/actors/dnsresolver/ut
parent55c6ad7179b9300375e9a16a3956dc706fcb560b (diff)
downloadydb-1e12ad07b2ad2362e06100f7f32e772e628bef66.tar.gz
Update c-ares from 0.16.1 to 0.17.2
MAKEAYAMLHAPPY-12345 ref:6a83ac3af883b2fc963128b7993f0a467b0000cb
Diffstat (limited to 'library/cpp/actors/dnsresolver/ut')
-rw-r--r--library/cpp/actors/dnsresolver/ut/ya.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/actors/dnsresolver/ut/ya.make b/library/cpp/actors/dnsresolver/ut/ya.make
index ad936bdacd..6024145b03 100644
--- a/library/cpp/actors/dnsresolver/ut/ya.make
+++ b/library/cpp/actors/dnsresolver/ut/ya.make
@@ -12,7 +12,7 @@ SRCS(
dnsresolver_ut.cpp
)
-ADDINCL(contrib/libs/c-ares)
+ADDINCL(contrib/libs/c-ares/include)
TAG(ya:external)
REQUIREMENTS(network:full)