Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier1996-11-05 08:18:44 +0000
committerMarc G. Fournier1996-11-05 08:18:44 +0000
commitd1e9a761317271eb0c7a317fad123a18923ebfce (patch)
treea8c7dec8fc9c4ff70e9db6d042a5c862c6ffa2fa /src/include/access/giststrat.h
parent1c3a7767ca9319298ac996f0eab8970e0893dd4d (diff)
Another run through.
This gets us a clean compile of 'common' and 'gist' with *clean* #include files
Diffstat (limited to 'src/include/access/giststrat.h')
-rw-r--r--src/include/access/giststrat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/access/giststrat.h b/src/include/access/giststrat.h
index 82d8c761e0a..d189f685b6c 100644
--- a/src/include/access/giststrat.h
+++ b/src/include/access/giststrat.h
@@ -12,6 +12,9 @@
#ifndef GISTSTRAT_H
#define GISTSTRAT_H
+#include <access/strat.h>
+#include <utils/rel.h>
+
StrategyNumber
RelationGetGISTStrategy(Relation r, AttrNumber attnum, RegProcedure proc);