From 7246eabb70316376864c6e2290cae93f9d157230 Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Thu, 23 Dec 2021 10:42:26 +0800 Subject: [PATCH] [td-11818]Remove unused code. --- source/client/src/clientMsgHandler.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/client/src/clientMsgHandler.c b/source/client/src/clientMsgHandler.c index 00acefb397..2f996c6ced 100644 --- a/source/client/src/clientMsgHandler.c +++ b/source/client/src/clientMsgHandler.c @@ -14,6 +14,7 @@ */ #include "os.h" +#include "tdef.h" #include "tname.h" #include "clientInt.h" #include "clientLog.h" -- GitLab