mirror of https://github.com/citusdata/citus.git
Add '#include <sys/stat.h>' to
src/backend/distributed/executor/multi_real_time_executor.c -- uses S_IRUSR and S_IWUSR macros.pull/407/head
parent
ac05e561ed
commit
a29d21d5b0
|
@ -19,6 +19,7 @@
|
||||||
#include "postgres.h"
|
#include "postgres.h"
|
||||||
#include "miscadmin.h"
|
#include "miscadmin.h"
|
||||||
|
|
||||||
|
#include <sys/stat.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include "commands/dbcommands.h"
|
#include "commands/dbcommands.h"
|
||||||
|
|
Loading…
Reference in New Issue