aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/geo-selfuncs.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1996-11-10 03:06:38 +0000
committerBruce Momjian <bruce@momjian.us>1996-11-10 03:06:38 +0000
commitaaeef4d17db9ded501fa02c9ca6c00f86258b171 (patch)
tree7f27c0c7519886eda3b9ddd6fe1eb4a9d628dacb /src/backend/utils/adt/geo-selfuncs.c
parentbf5cbbf7895aa16b2e18dbe29462a4fd8baf4293 (diff)
downloadpostgresql-aaeef4d17db9ded501fa02c9ca6c00f86258b171.tar.gz
postgresql-aaeef4d17db9ded501fa02c9ca6c00f86258b171.zip
All external function definitions now have prototypes that are checked.
Diffstat (limited to 'src/backend/utils/adt/geo-selfuncs.c')
-rw-r--r--src/backend/utils/adt/geo-selfuncs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/utils/adt/geo-selfuncs.c b/src/backend/utils/adt/geo-selfuncs.c
index a816e738f53..77454064cd6 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/Attic/geo-selfuncs.c,v 1.1.1.1 1996/07/09 06:22:04 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/geo-selfuncs.c,v 1.2 1996/11/10 03:03:13 momjian Exp $
*
* XXX These are totally bogus.
*
@@ -19,6 +19,7 @@
#include "access/attnum.h"
#include "utils/geo-decls.h" /* where function declarations go */
#include "utils/palloc.h"
+#include "utils/builtins.h"
float64
areasel(Oid opid,