From c8ad6dd1ff7d516d91f6aca63206438948d01645 Mon Sep 17 00:00:00 2001 From: wangmm0220 Date: Mon, 29 Nov 2021 11:25:58 +0800 Subject: [PATCH] fix HTTP_EMBEDDEN include json error --- src/client/src/tscUtil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/src/tscUtil.c b/src/client/src/tscUtil.c index a2a2a8fbf3..7fa5c62e6d 100644 --- a/src/client/src/tscUtil.c +++ b/src/client/src/tscUtil.c @@ -29,10 +29,10 @@ #include "tsclient.h" #include "ttimer.h" #include "ttokendef.h" +#include "cJSON.h" #ifdef HTTP_EMBEDDED #include "httpInt.h" -#include "cJSON.h" #endif static void freeQueryInfoImpl(SQueryInfo* pQueryInfo); -- GitLab