fix(query): fix syntax errors on centos.

This commit is contained in:
Haojun Liao 2023-02-24 11:52:30 +08:00
parent 8eb1e56e8d
commit 02e298b973
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ void taosPrintBackTrace() {
}
#endif
#else
#define tstrdup(str) taosStrdup(str)
#define tstrdup(str) strdup(str)
#include <execinfo.h>