Skip to content

Commit dce83e7

Browse files
committed
Add missing #include -- mea culpa.
1 parent 3ace845 commit dce83e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/access/hash/hashpage.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/access/hash/hashpage.c,v 1.50 2005/06/09 18:23:50 tgl Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/hash/hashpage.c,v 1.51 2005/06/09 21:01:25 tgl Exp $
1212
*
1313
* NOTES
1414
* Postgres hash pages look like ordinary relation pages. The opaque
@@ -30,6 +30,7 @@
3030

3131
#include "access/genam.h"
3232
#include "access/hash.h"
33+
#include "miscadmin.h"
3334
#include "storage/lmgr.h"
3435
#include "utils/lsyscache.h"
3536

0 commit comments

Comments
 (0)