projects
/
users
/
andresfreund
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73354b5
)
Looks like we need #include <sys/stat.h> here on some
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 7 Feb 2010 22:00:53 +0000
(22:00 +0000)
committer
Tom 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
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/cache/relmapper.c
b/src/backend/utils/cache/relmapper.c
index ef898c4aa4a80695d7b843c4b7b5e3dece37f3fc..0919c976bbaf84fdbbbf2cac1bdaf0722af38f95 100644
(file)
--- a/
src/backend/utils/cache/relmapper.c
+++ b/
src/backend/utils/cache/relmapper.c
@@
-40,6
+40,7
@@
#include "postgres.h"
#include <fcntl.h>
+#include <sys/stat.h>
#include <unistd.h>
#include "access/xact.h"