[TD-1975] <fix>: fix build issue on CentOS 7.
This commit is contained in:
parent
935dac8c06
commit
774356add1
|
@ -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 _POSIX_C_SOURCE 200809L
|
||||||
|
|
||||||
#include "os.h"
|
#include "os.h"
|
||||||
#include "qAst.h"
|
#include "qAst.h"
|
||||||
|
|
Loading…
Reference in New Issue