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