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
Matthew Seaman 2016-03-26 12:26:18 +00:00
parent ac05e561ed
commit a29d21d5b0
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include "postgres.h"
#include "miscadmin.h"
#include <sys/stat.h>
#include <unistd.h>
#include "commands/dbcommands.h"