aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/file/fd.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2012-01-26 10:11:51 -0500
committerRobert Haas <rhaas@postgresql.org>2012-01-26 10:16:26 -0500
commit467ff207f51439cadee7857d6a0874f34652ed53 (patch)
tree15b14b2ffebb7b7885f93521ab916a4626751269 /src/backend/storage/file/fd.c
parent7729e22d83b31afa1009f190bf0f4838cc8feaf8 (diff)
downloadpostgresql-467ff207f51439cadee7857d6a0874f34652ed53.tar.gz
postgresql-467ff207f51439cadee7857d6a0874f34652ed53.zip
Add missing #include, to suppress compiler warning.
Diffstat (limited to 'src/backend/storage/file/fd.c')
-rw-r--r--src/backend/storage/file/fd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/storage/file/fd.c b/src/backend/storage/file/fd.c
index 673b25db347..6bad6bfe7d2 100644
--- 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"