[TD-2155] <fix>: fix compile error for centos 7.
This commit is contained in:
parent
5ea20ca49a
commit
39406da3bc
|
@ -16,6 +16,7 @@
|
|||
// #define _BSD_SOURCE
|
||||
#define _XOPEN_SOURCE
|
||||
#define _DEFAULT_SOURCE
|
||||
#define _GNU_SOURCE
|
||||
|
||||
#include "taos.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue