[TD-1975] <fix>: fix build issue on CentOS 7.

This commit is contained in:
Shuduo Sang 2020-11-07 21:40:33 +08:00
parent 935dac8c06
commit 774356add1
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#define _BSD_SOURCE
#define _XOPEN_SOURCE 500
#define _DEFAULT_SOURCE
#define _POSIX_C_SOURCE 200809L
#include "os.h"
#include "qAst.h"