aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/gistscan.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-11-03 12:13:35 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-11-03 12:13:35 +0000
commitff36ebc922566542f4f18c4e76a379bc620dfde4 (patch)
tree7761b783cc49e2cf2809b1efb67d3f2208e6b89b /src/include/access/gistscan.h
parent71cd646a34d3ad4aa10e586aea69c6818c3b1bc9 (diff)
downloadpostgresql-ff36ebc922566542f4f18c4e76a379bc620dfde4.tar.gz
postgresql-ff36ebc922566542f4f18c4e76a379bc620dfde4.zip
More cleans of the inter-dependencies in the #include files
Diffstat (limited to 'src/include/access/gistscan.h')
-rw-r--r--src/include/access/gistscan.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/access/gistscan.h b/src/include/access/gistscan.h
index 5fa7abbcc48..3eb1eba6258 100644
--- a/src/include/access/gistscan.h
+++ b/src/include/access/gistscan.h
@@ -11,6 +11,10 @@
*/
#ifndef GISTSCAN_H
+#include "utils/rel.h"
+#include "storage/block.h"
+#include "storage/off.h"
+
void gistadjscans(Relation r, int op, BlockNumber blkno, OffsetNumber offnum);
#endif /* GISTSCAN_H */