fix(query): fix syntax errors on centos.
This commit is contained in:
parent
8eb1e56e8d
commit
02e298b973
|
@ -87,7 +87,7 @@ void taosPrintBackTrace() {
|
|||
}
|
||||
#endif
|
||||
#else
|
||||
#define tstrdup(str) taosStrdup(str)
|
||||
#define tstrdup(str) strdup(str)
|
||||
|
||||
#include <execinfo.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue