]> granicus.if.org Git - postgresql/commitdiff
Add missing #include, to suppress compiler warning.
authorRobert Haas <rhaas@postgresql.org>
Thu, 26 Jan 2012 15:11:51 +0000 (10:11 -0500)
committerRobert Haas <rhaas@postgresql.org>
Thu, 26 Jan 2012 15:16:26 +0000 (10:16 -0500)
src/backend/storage/file/fd.c

index 673b25db3472d8a97917497347b8583cec792789..6bad6bfe7d26d28d4ae90a67ebd12f6f92f122a0 100644 (file)
@@ -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"