Skip to content

Commit 0ff81a5

Browse files
committed
Suppress compiler warning induced by recent header file refactoring.
1 parent 8461ab5 commit 0ff81a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/pgstattuple/pgstattuple.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* $PostgreSQL: pgsql/contrib/pgstattuple/pgstattuple.c,v 1.34 2008/05/12 00:00:43 alvherre Exp $
2+
* $PostgreSQL: pgsql/contrib/pgstattuple/pgstattuple.c,v 1.35 2008/05/16 17:31:17 tgl Exp $
33
*
44
* Copyright (c) 2001,2002 Tatsuo Ishii
55
*
@@ -33,6 +33,7 @@
3333
#include "funcapi.h"
3434
#include "miscadmin.h"
3535
#include "storage/bufmgr.h"
36+
#include "storage/lmgr.h"
3637
#include "utils/builtins.h"
3738
#include "utils/tqual.h"
3839

0 commit comments

Comments
 (0)