aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/gistscan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access/gistscan.h')
-rw-r--r--src/include/access/gistscan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/gistscan.h b/src/include/access/gistscan.h
index c02445a6980..bec23b46046 100644
--- a/src/include/access/gistscan.h
+++ b/src/include/access/gistscan.h
@@ -14,7 +14,7 @@
#ifndef GISTSCAN_H
#define GISTSCAN_H
-#include "access/amapi.h"
+#include "access/indexam.h"
extern IndexScanDesc gistbeginscan(Relation r, int nkeys, int norderbys);
extern void gistrescan(IndexScanDesc scan, ScanKey key, int nkeys,