aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/rtree/rtproc.c
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1997-03-14 23:21:12 +0000
committerMarc G. Fournier <scrappy@hub.org>1997-03-14 23:21:12 +0000
commit53d8be3bbfc3835ca31a498c2c75b238530107f2 (patch)
treeaabebf83c3135a33d62688c07deedcb7732f635f /src/backend/access/rtree/rtproc.c
parent71fd8d4a4ba7f1b050a026dfcba1fcdde32bb078 (diff)
downloadpostgresql-53d8be3bbfc3835ca31a498c2c75b238530107f2.tar.gz
postgresql-53d8be3bbfc3835ca31a498c2c75b238530107f2.zip
Date/Time updates from Thomas...
Diffstat (limited to 'src/backend/access/rtree/rtproc.c')
-rw-r--r--src/backend/access/rtree/rtproc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/rtree/rtproc.c b/src/backend/access/rtree/rtproc.c
index 401ceca1c93..932feec0b39 100644
--- a/src/backend/access/rtree/rtproc.c
+++ b/src/backend/access/rtree/rtproc.c
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtproc.c,v 1.5 1996/11/10 02:58:53 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtproc.c,v 1.6 1997/03/14 23:17:41 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -15,7 +15,7 @@
#include <postgres.h>
#include <utils/builtins.h>
-#include <utils/geo-decls.h>
+#include <utils/geo_decls.h>
#ifndef HAVE_MEMMOVE
# include <regex/utils.h>
#else