summaryrefslogtreecommitdiff
path: root/contrib/btree_gist/btree_utils_num.h
diff options
context:
space:
mode:
authorBruce Momjian2006-07-10 18:40:16 +0000
committerBruce Momjian2006-07-10 18:40:16 +0000
commitb538215d5d1c5c0675725fe539da26299682136a (patch)
tree9d5e3e4abb78a69692c97a3fe32efe7df552c2bc /contrib/btree_gist/btree_utils_num.h
parentd399f1b75e0550514cdb3654f19c6cd264967b0d (diff)
Remove a few baby-C macros in fuzzystrmatch. Add a few missing includes.
Diffstat (limited to 'contrib/btree_gist/btree_utils_num.h')
-rw-r--r--contrib/btree_gist/btree_utils_num.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/btree_gist/btree_utils_num.h b/contrib/btree_gist/btree_utils_num.h
index 322c5759e45..0f59342d965 100644
--- a/contrib/btree_gist/btree_utils_num.h
+++ b/contrib/btree_gist/btree_utils_num.h
@@ -1,3 +1,4 @@
+#include "btree_gist.h"
typedef char GBT_NUMKEY;