mirror of https://github.com/citusdata/citus.git
Include sys/stat.h for S_IRUSR and S_IWUSR. (#1977)
parent
ddbcb9fc25
commit
ff26bcd5a5
|
@ -19,6 +19,7 @@
|
|||
#include "postgres.h"
|
||||
#include "miscadmin.h"
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "access/xact.h"
|
||||
|
|
Loading…
Reference in New Issue