Add sys/stat.h include to files using S_IRUSR and S_IWUSR macros.

pull/449/head
Matthew Seaman 2016-03-26 12:26:18 +00:00 committed by Andres Freund
parent 1f445e1e0b
commit 55e81ce23d
2 changed files with 2 additions and 0 deletions

View File

@ -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"

View File

@ -20,6 +20,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"