mirror of https://github.com/citusdata/citus.git
Add sys/stat.h include to files using S_IRUSR and S_IWUSR macros.
parent
1f445e1e0b
commit
55e81ce23d
|
@ -19,6 +19,7 @@
|
|||
#include "postgres.h"
|
||||
#include "miscadmin.h"
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "commands/dbcommands.h"
|
||||
|
|
|
@ -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