mirror of
https://github.com/postgres/postgres.git
synced 2026-03-14 22:53:49 -04:00
Looks like we need #include <sys/stat.h> here on some
platforms. Per buildfarm.
This commit is contained in:
parent
b9b8831ad6
commit
1c05b0b4ea
1 changed files with 2 additions and 1 deletions
3
src/backend/utils/cache/relmapper.c
vendored
3
src/backend/utils/cache/relmapper.c
vendored
|
|
@ -33,13 +33,14 @@
|
|||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/utils/cache/relmapper.c,v 1.1 2010/02/07 20:48:10 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/utils/cache/relmapper.c,v 1.2 2010/02/07 22:00:53 tgl Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#include "postgres.h"
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "access/xact.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue