Merge pull request #4286 from taosdata/hotfix/sangshuduo/fix-odbc-compile-error-for-centos7

[TD-2155] <fix>: fix compile error for centos 7.
This commit is contained in:
huili 2020-11-19 14:45:11 +08:00 committed by GitHub
commit 967da6f1c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"