projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7729e22
)
Add missing #include, to suppress compiler warning.
author
Robert Haas
Thu, 26 Jan 2012 15:11:51 +0000
(10:11 -0500)
committer
Robert Haas
Thu, 26 Jan 2012 15:16:26 +0000
(10:16 -0500)
src/backend/storage/file/fd.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/storage/file/fd.c
b/src/backend/storage/file/fd.c
index 673b25db3472d8a97917497347b8583cec792789..6bad6bfe7d26d28d4ae90a67ebd12f6f92f122a0 100644
(file)
--- a/
src/backend/storage/file/fd.c
+++ b/
src/backend/storage/file/fd.c
@@
-53,6
+53,7
@@
#include "access/xact.h"
#include "catalog/catalog.h"
#include "catalog/pg_tablespace.h"
+#include "pgstat.h"
#include "storage/fd.h"
#include "storage/ipc.h"
#include "utils/guc.h"