diff options
author | Marc G. Fournier <scrappy@hub.org> | 1997-03-14 23:21:12 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1997-03-14 23:21:12 +0000 |
commit | 53d8be3bbfc3835ca31a498c2c75b238530107f2 (patch) | |
tree | aabebf83c3135a33d62688c07deedcb7732f635f /src/backend/utils/adt/geo_selfuncs.c | |
parent | 71fd8d4a4ba7f1b050a026dfcba1fcdde32bb078 (diff) |
Date/Time updates from Thomas...
Diffstat (limited to 'src/backend/utils/adt/geo_selfuncs.c')
-rw-r--r-- | src/backend/utils/adt/geo_selfuncs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/utils/adt/geo_selfuncs.c b/src/backend/utils/adt/geo_selfuncs.c index a4d3eccb51d..94070ea2ee6 100644 --- a/src/backend/utils/adt/geo_selfuncs.c +++ b/src/backend/utils/adt/geo_selfuncs.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/utils/adt/geo_selfuncs.c,v 1.1 1997/03/09 20:40:57 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/utils/adt/geo_selfuncs.c,v 1.2 1997/03/14 23:20:20 scrappy Exp $ * * XXX These are totally bogus. * @@ -17,7 +17,7 @@ #include "postgres.h" #include "access/attnum.h" -#include "utils/geo-decls.h" /* where function declarations go */ +#include "utils/geo_decls.h" /* where function declarations go */ #include "utils/palloc.h" #include "utils/builtins.h" |