Include sys/stat.h for S_IRUSR and S_IWUSR. (#1977)

pull/1981/head
Hadi Moshayedi 2018-01-26 16:21:48 -05:00 committed by GitHub
parent ddbcb9fc25
commit ff26bcd5a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 "access/xact.h"