diff options
author | Bruce Momjian | 2006-07-10 18:40:16 +0000 |
---|---|---|
committer | Bruce Momjian | 2006-07-10 18:40:16 +0000 |
commit | b538215d5d1c5c0675725fe539da26299682136a (patch) | |
tree | 9d5e3e4abb78a69692c97a3fe32efe7df552c2bc /contrib/btree_gist/btree_utils_num.h | |
parent | d399f1b75e0550514cdb3654f19c6cd264967b0d (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.h | 1 |
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; |