diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-10-21 05:14:02 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-10-21 05:14:02 +0000 |
commit | 045222798907d940aabcd11f84891b17d4dcf247 (patch) | |
tree | 733e1d31c7e9e9d3e3697c1ab070893b4e068d43 /src/backend/access/gist/giststrat.c | |
parent | 95874fa0343a4f1658fe662ab76d4be33b126c04 (diff) | |
download | postgresql-045222798907d940aabcd11f84891b17d4dcf247.tar.gz |
-Wall Cleanup of gist subdirectory
Diffstat (limited to 'src/backend/access/gist/giststrat.c')
-rw-r--r-- | src/backend/access/gist/giststrat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/backend/access/gist/giststrat.c b/src/backend/access/gist/giststrat.c index 462eb82470..5b204572bd 100644 --- a/src/backend/access/gist/giststrat.c +++ b/src/backend/access/gist/giststrat.c @@ -37,6 +37,8 @@ #include "storage/bufpage.h" #include "access/gist.h" +#include "access/istrat.h" + /* * Note: negate, commute, and negatecommute all assume that operators are * ordered as follows in the strategy map: |