From fe29ed3db04015ba9de8c624ed06e60da3742957 Mon Sep 17 00:00:00 2001 From: AlexDuan <417921451@qq.com> Date: Tue, 19 Oct 2021 18:03:38 +0800 Subject: [PATCH] build error fixed --- src/common/inc/tglobal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/inc/tglobal.h b/src/common/inc/tglobal.h index 1e1e2617a9..8a6cc9ddb5 100644 --- a/src/common/inc/tglobal.h +++ b/src/common/inc/tglobal.h @@ -209,7 +209,7 @@ extern int32_t wDebugFlag; extern int32_t cqDebugFlag; extern int32_t debugFlag; -int8_t tsClientMerge; +extern int8_t tsClientMerge; #ifdef TD_TSZ // lossy -- GitLab