[TD-2155] <fix>: fix compile error for centos 7.

This commit is contained in:
Shuduo Sang 2020-11-19 11:05:23 +08:00
parent 5ea20ca49a
commit 39406da3bc
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
// #define _BSD_SOURCE
#define _XOPEN_SOURCE
#define _DEFAULT_SOURCE
#define _GNU_SOURCE
#include "taos.h"