aboutsummaryrefslogtreecommitdiffstats
path: root/util/stream/zlib.cpp
diff options
context:
space:
mode:
authorsvidyuk <svidyuk@yandex-team.ru>2022-03-19 21:04:09 +0300
committersvidyuk <svidyuk@yandex-team.ru>2022-03-19 21:04:09 +0300
commitf9a385dff4be7dcc5bd4570a194521cc127f897c (patch)
tree500bf231e6110505d16c6f4b3c497713b09d96db /util/stream/zlib.cpp
parente93e00c9b7cceb60175c1e14bddcf5cc0bb1c0ee (diff)
downloadydb-f9a385dff4be7dcc5bd4570a194521cc127f897c.tar.gz
Standard way to include zlib iface header
This allows to use user provided zib when building projects exported from arcadia to opensource. DEVTOOLS-9036 ref:84d7fd128cd82c56df10f8cefd3e1e292d4d80be
Diffstat (limited to 'util/stream/zlib.cpp')
-rw-r--r--util/stream/zlib.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/stream/zlib.cpp b/util/stream/zlib.cpp
index 60f4e9439f..8e9d2036fc 100644
--- a/util/stream/zlib.cpp
+++ b/util/stream/zlib.cpp
@@ -4,7 +4,7 @@
#include <util/generic/scope.h>
#include <util/generic/utility.h>
-#include <contrib/libs/zlib/zlib.h>
+#include <zlib.h>
#include <cstdio>
#include <cstring>