Looks like we need #include <sys/stat.h> here on some
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 7 Feb 2010 22:00:53 +0000 (22:00 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 7 Feb 2010 22:00:53 +0000 (22:00 +0000)
platforms.  Per buildfarm.

src/backend/utils/cache/relmapper.c

index b22cadf6eb538f0e70463a27d64de550ddea482a..4a34e7eb7e102212c37a3f8d8153dff62054afa2 100644 (file)
  *
  *
  * 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"