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