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 ef898c4aa4a80695d7b843c4b7b5e3dece37f3fc..0919c976bbaf84fdbbbf2cac1bdaf0722af38f95 100644 (file)
@@ -40,6 +40,7 @@
 #include "postgres.h"
 
 #include <fcntl.h>
+#include <sys/stat.h>
 #include <unistd.h>
 
 #include "access/xact.h"