This is an automated email from the ASF dual-hosted git repository.

jiangtian pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git


The following commit(s) were added to refs/heads/develop by this push:
     new 94f1e9ce fix compile on clang 17. (#454)
94f1e9ce is described below

commit 94f1e9ce1bdb55ec52fe8dd85687989b27c78dfe
Author: Colin Lee <[email protected]>
AuthorDate: Wed Apr 9 09:42:38 2025 +0800

    fix compile on clang 17. (#454)
---
 cpp/third_party/zlib-1.2.13/zutil.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cpp/third_party/zlib-1.2.13/zutil.c 
b/cpp/third_party/zlib-1.2.13/zutil.c
index 34129b57..8422a999 100644
--- a/cpp/third_party/zlib-1.2.13/zutil.c
+++ b/cpp/third_party/zlib-1.2.13/zutil.c
@@ -5,10 +5,11 @@
 
 /* @(#) $Id$ */
 
-#include "zutil.h"
 #ifndef Z_SOLO
 #  include "gzguts.h"
 #endif
+#include "zutil.h"
+
 
 z_const char * const z_errmsg[10] = {
     (z_const char *)"need dictionary",     /* Z_NEED_DICT       2  */

Reply via email to