Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 467ff20

Browse files
committed
Add missing #include, to suppress compiler warning.
1 parent 7729e22 commit 467ff20

File tree

1 file changed

+1
-0
lines changed
  • src/backend/storage/file

1 file changed

+1
-0
lines changed

src/backend/storage/file/fd.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
#include "access/xact.h"
5454
#include "catalog/catalog.h"
5555
#include "catalog/pg_tablespace.h"
56+
#include "pgstat.h"
5657
#include "storage/fd.h"
5758
#include "storage/ipc.h"
5859
#include "utils/guc.h"

0 commit comments

Comments
 (0)