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

Commit c31545a

Browse files
committed
Suppress gcc warning.
1 parent 54361b4 commit c31545a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/utils/adt/pgstatfuncs.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include "postgres.h"
2-
#include "fmgr.h"
32

3+
#include "fmgr.h"
4+
#include "miscadmin.h"
45
#include "utils/hsearch.h"
56
#include "access/xact.h"
67
#include "catalog/pg_shadow.h"

0 commit comments

Comments
 (0)