Merge pull request #4148 from taosdata/hotfix/sangshuduo/fix-centos-7-build-issue

Hotfix/sangshuduo/fix centos 7 build issue
This commit is contained in:
Shengliang Guan 2020-11-08 10:00:26 +08:00 committed by GitHub
commit c91ca88eaf
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 _BSD_SOURCE
#define _XOPEN_SOURCE 500 #define _XOPEN_SOURCE 500
#define _DEFAULT_SOURCE #define _DEFAULT_SOURCE
#define _GNU_SOURCE
#include "os.h" #include "os.h"
#include "qAst.h" #include "qAst.h"