1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Adjust /contrib for new include file contents.

This commit is contained in:
Bruce Momjian
2006-07-13 16:57:31 +00:00
parent a22d76d96a
commit 66c15dfda1
7 changed files with 11 additions and 1 deletions

View File

@ -1,6 +1,8 @@
#ifndef __BTREE_UTILS_NUM_H__
#define __BTREE_UTILS_NUM_H__
#include <math.h>
#include "btree_gist.h"
typedef char GBT_NUMKEY;